Struct rusoto_dax::SubnetGroup[][src]

pub struct SubnetGroup {
    pub description: Option<String>,
    pub subnet_group_name: Option<String>,
    pub subnets: Option<Vec<Subnet>>,
    pub vpc_id: Option<String>,
}

Represents the output of one of the following actions:

  • CreateSubnetGroup

  • ModifySubnetGroup

Fields

The description of the subnet group.

The name of the subnet group.

A list of subnets associated with the subnet group.

The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.

Trait Implementations

impl Default for SubnetGroup
[src]

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

impl Debug for SubnetGroup
[src]

Formats the value using the given formatter. Read more

impl Clone for SubnetGroup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Send for SubnetGroup

impl Sync for SubnetGroup