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]

[src]

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

impl Debug for SubnetGroup
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SubnetGroup
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SubnetGroup

impl Sync for SubnetGroup