Struct rusoto_redshift::CreateClusterSubnetGroupMessage [] [src]

pub struct CreateClusterSubnetGroupMessage {
    pub cluster_subnet_group_name: String,
    pub description: String,
    pub subnet_ids: SubnetIdentifierList,
    pub tags: Option<TagList>,
}

Fields

The name for the subnet group. Amazon Redshift stores the value as a lowercase string.

Constraints:

  • Must contain no more than 255 alphanumeric characters or hyphens.

  • Must not be "Default".

  • Must be unique for all subnet groups that are created by your AWS account.

Example: examplesubnetgroup

A description for the subnet group.

An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.

A list of tag instances.

Trait Implementations

impl Default for CreateClusterSubnetGroupMessage
[src]

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

impl Debug for CreateClusterSubnetGroupMessage
[src]

Formats the value using the given formatter.

impl Clone for CreateClusterSubnetGroupMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more