Struct rusoto_ec2::VpcIpv6CidrBlockAssociation [] [src]

pub struct VpcIpv6CidrBlockAssociation {
    pub association_id: Option<String>,
    pub ipv_6_cidr_block: Option<String>,
    pub ipv_6_cidr_block_state: Option<VpcCidrBlockState>,
}

Describes an IPv6 CIDR block associated with a VPC.

Fields

The association ID for the IPv6 CIDR block.

The IPv6 CIDR block.

Information about the state of the CIDR block.

Trait Implementations

impl Default for VpcIpv6CidrBlockAssociation
[src]

[src]

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

impl Debug for VpcIpv6CidrBlockAssociation
[src]

[src]

Formats the value using the given formatter.

impl Clone for VpcIpv6CidrBlockAssociation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more