Class: Aws::MemoryDB::Types::ListAllowedNodeTypeUpdatesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_nameString

The name of the cluster you want to scale. MemoryDB uses the cluster name to identify the current node type being used by this cluster, and from that to create a list of node types you can scale up to.

Returns:

  • (String)


2035
2036
2037
2038
2039
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2035

class ListAllowedNodeTypeUpdatesRequest < Struct.new(
  :cluster_name)
  SENSITIVE = []
  include Aws::Structure
end