Struct rusoto_ec2::AssociateSubnetCidrBlockRequest [] [src]

pub struct AssociateSubnetCidrBlockRequest {
    pub ipv_6_cidr_block: String,
    pub subnet_id: String,
}

Fields

The IPv6 CIDR block for your subnet. The subnet must have a /64 prefix length.

The ID of your subnet.

Trait Implementations

impl Default for AssociateSubnetCidrBlockRequest
[src]

[src]

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

impl Debug for AssociateSubnetCidrBlockRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for AssociateSubnetCidrBlockRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more