pub struct VpcEndpointSubnetAssociationResult {
pub subnet_id: Output<String>,
pub vpc_endpoint_id: Output<String>,
}
Fields§
§subnet_id: Output<String>
The ID of the subnet to be associated with the VPC endpoint.
vpc_endpoint_id: Output<String>
The ID of the VPC endpoint with which the subnet will be associated.
Auto Trait Implementations§
impl Freeze for VpcEndpointSubnetAssociationResult
impl RefUnwindSafe for VpcEndpointSubnetAssociationResult
impl Send for VpcEndpointSubnetAssociationResult
impl Sync for VpcEndpointSubnetAssociationResult
impl Unpin for VpcEndpointSubnetAssociationResult
impl UnwindSafe for VpcEndpointSubnetAssociationResult
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