Struct rusoto_ec2::AssociateVpcCidrBlockResult [] [src]

pub struct AssociateVpcCidrBlockResult {
    pub ipv_6_cidr_block_association: Option<VpcIpv6CidrBlockAssociation>,
    pub vpc_id: Option<String>,
}

Fields

Information about the IPv6 CIDR block association.

The ID of the VPC.

Trait Implementations

impl Default for AssociateVpcCidrBlockResult
[src]

Returns the "default value" for a type. Read more

impl Debug for AssociateVpcCidrBlockResult
[src]

Formats the value using the given formatter.

impl Clone for AssociateVpcCidrBlockResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more