pub struct AssociateVpcCidrBlockResult {
pub cidr_block_association: Option<VpcCidrBlockAssociation>,
pub ipv_6_cidr_block_association: Option<VpcIpv6CidrBlockAssociation>,
pub vpc_id: Option<String>,
}Fields§
§cidr_block_association: Option<VpcCidrBlockAssociation>Information about the IPv4 CIDR block association.
ipv_6_cidr_block_association: Option<VpcIpv6CidrBlockAssociation>Information about the IPv6 CIDR block association.
vpc_id: Option<String>The ID of the VPC.
Trait Implementations§
Source§impl Clone for AssociateVpcCidrBlockResult
impl Clone for AssociateVpcCidrBlockResult
Source§fn clone(&self) -> AssociateVpcCidrBlockResult
fn clone(&self) -> AssociateVpcCidrBlockResult
Returns a duplicate 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 moreSource§impl Debug for AssociateVpcCidrBlockResult
impl Debug for AssociateVpcCidrBlockResult
Source§impl Default for AssociateVpcCidrBlockResult
impl Default for AssociateVpcCidrBlockResult
Source§fn default() -> AssociateVpcCidrBlockResult
fn default() -> AssociateVpcCidrBlockResult
Returns the “default value” for a type. Read more
impl StructuralPartialEq for AssociateVpcCidrBlockResult
Auto Trait Implementations§
impl Freeze for AssociateVpcCidrBlockResult
impl RefUnwindSafe for AssociateVpcCidrBlockResult
impl Send for AssociateVpcCidrBlockResult
impl Sync for AssociateVpcCidrBlockResult
impl Unpin for AssociateVpcCidrBlockResult
impl UnwindSafe for AssociateVpcCidrBlockResult
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