Struct rusoto_ec2::AssociateVpcCidrBlockResult[][src]

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

Fields

Information about the IPv4 CIDR block association.

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. Read more

impl Clone for AssociateVpcCidrBlockResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AssociateVpcCidrBlockResult
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations