Struct rusoto_elasticache::AllowedNodeTypeModificationsMessage [] [src]

pub struct AllowedNodeTypeModificationsMessage {
    pub scale_up_modifications: Option<Vec<String>>,
}

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

Fields

A string list, each element of which specifies a cache node type which you can use to scale your 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]

[src]

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

impl Debug for AllowedNodeTypeModificationsMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AllowedNodeTypeModificationsMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations