Struct rusoto_elasticache::DeleteCacheSubnetGroupMessage [] [src]

pub struct DeleteCacheSubnetGroupMessage {
    pub cache_subnet_group_name: String,
}

Represents the input of a DeleteCacheSubnetGroup operation.

Fields

The name of the cache subnet group to delete.

Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

Trait Implementations

impl Default for DeleteCacheSubnetGroupMessage
[src]

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

impl Debug for DeleteCacheSubnetGroupMessage
[src]

Formats the value using the given formatter.

impl Clone for DeleteCacheSubnetGroupMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more