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]

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

impl Debug for AssociateSubnetCidrBlockRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for AssociateSubnetCidrBlockRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AssociateSubnetCidrBlockRequest
[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