Struct rusoto_ec2::DisassociateSubnetCidrBlockResult[][src]

pub struct DisassociateSubnetCidrBlockResult {
    pub ipv_6_cidr_block_association: Option<SubnetIpv6CidrBlockAssociation>,
    pub subnet_id: Option<String>,
}

Fields

Information about the IPv6 CIDR block association.

The ID of the subnet.

Trait Implementations

impl Default for DisassociateSubnetCidrBlockResult
[src]

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

impl Debug for DisassociateSubnetCidrBlockResult
[src]

Formats the value using the given formatter. Read more

impl Clone for DisassociateSubnetCidrBlockResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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