Struct rusoto_redshift::ClusterSubnetGroup [] [src]

pub struct ClusterSubnetGroup {
    pub cluster_subnet_group_name: Option<String>,
    pub description: Option<String>,
    pub subnet_group_status: Option<String>,
    pub subnets: Option<Vec<Subnet>>,
    pub tags: Option<Vec<Tag>>,
    pub vpc_id: Option<String>,
}

Describes a subnet group.

Fields

The name of the cluster subnet group.

The description of the cluster subnet group.

The status of the cluster subnet group. Possible values are Complete, Incomplete and Invalid.

A list of the VPC Subnet elements.

The list of tags for the cluster subnet group.

The VPC ID of the cluster subnet group.

Trait Implementations

impl Default for ClusterSubnetGroup
[src]

[src]

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

impl Debug for ClusterSubnetGroup
[src]

[src]

Formats the value using the given formatter.

impl Clone for ClusterSubnetGroup
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more