Struct rusoto_ec2::AssociateVpcCidrBlockRequest [] [src]

pub struct AssociateVpcCidrBlockRequest {
    pub amazon_provided_ipv_6_cidr_block: Option<bool>,
    pub vpc_id: String,
}

Fields

Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IPv6 addresses, or the size of the CIDR block.

The ID of the VPC.

Trait Implementations

impl Default for AssociateVpcCidrBlockRequest
[src]

[src]

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

impl Debug for AssociateVpcCidrBlockRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for AssociateVpcCidrBlockRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more