Struct rusoto_redshift::ModifyClusterSubnetGroupMessage [] [src]

pub struct ModifyClusterSubnetGroupMessage {
    pub cluster_subnet_group_name: String,
    pub description: Option<String>,
    pub subnet_ids: SubnetIdentifierList,
}

Fields

The name of the subnet group to be modified.

A text description of the subnet group to be modified.

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

Trait Implementations

impl Default for ModifyClusterSubnetGroupMessage
[src]

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

impl Debug for ModifyClusterSubnetGroupMessage
[src]

Formats the value using the given formatter.

impl Clone for ModifyClusterSubnetGroupMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more