Struct rusoto_elasticache::AllowedNodeTypeModificationsMessage [] [src]

pub struct AllowedNodeTypeModificationsMessage {
    pub scale_up_modifications: Option<NodeTypeList>,
}

Represents the allowed node types you can use to modify your cache cluster or replication group.

Fields

A string list, each element of which specifies a cache node type which you can use to scale your cache cluster or replication group.

When scaling up a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.

Trait Implementations

impl Default for AllowedNodeTypeModificationsMessage
[src]

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

impl Debug for AllowedNodeTypeModificationsMessage
[src]

Formats the value using the given formatter.

impl Clone for AllowedNodeTypeModificationsMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more