pub struct VpcEndpointConnectionAccepterResult {
pub vpc_endpoint_id: Output<String>,
pub vpc_endpoint_service_id: Output<String>,
pub vpc_endpoint_state: Output<String>,
}
Fields§
§vpc_endpoint_id: Output<String>
AWS VPC Endpoint ID.
vpc_endpoint_service_id: Output<String>
AWS VPC Endpoint Service ID.
vpc_endpoint_state: Output<String>
State of the VPC Endpoint.
Auto Trait Implementations§
impl Freeze for VpcEndpointConnectionAccepterResult
impl RefUnwindSafe for VpcEndpointConnectionAccepterResult
impl Send for VpcEndpointConnectionAccepterResult
impl Sync for VpcEndpointConnectionAccepterResult
impl Unpin for VpcEndpointConnectionAccepterResult
impl UnwindSafe for VpcEndpointConnectionAccepterResult
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more