pub struct VpcEndpointSubnetAssociationArgs {
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.
Implementations§
source§impl VpcEndpointSubnetAssociationArgs
impl VpcEndpointSubnetAssociationArgs
sourcepub fn builder() -> VpcEndpointSubnetAssociationArgsBuilder
pub fn builder() -> VpcEndpointSubnetAssociationArgsBuilder
Create an instance of VpcEndpointSubnetAssociationArgs
using the builder syntax
Trait Implementations§
source§impl Clone for VpcEndpointSubnetAssociationArgs
impl Clone for VpcEndpointSubnetAssociationArgs
source§fn clone(&self) -> VpcEndpointSubnetAssociationArgs
fn clone(&self) -> VpcEndpointSubnetAssociationArgs
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for VpcEndpointSubnetAssociationArgs
impl RefUnwindSafe for VpcEndpointSubnetAssociationArgs
impl Send for VpcEndpointSubnetAssociationArgs
impl Sync for VpcEndpointSubnetAssociationArgs
impl Unpin for VpcEndpointSubnetAssociationArgs
impl UnwindSafe for VpcEndpointSubnetAssociationArgs
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)