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]

[src]

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

impl Debug for DeleteCacheSubnetGroupMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteCacheSubnetGroupMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations