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]

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

impl Debug for AllowedNodeTypeModificationsMessage
[src]

Formats the value using the given formatter. Read more

impl Clone for AllowedNodeTypeModificationsMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AllowedNodeTypeModificationsMessage
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations