Class: Aws::MemoryDB::Types::ListAllowedMultiRegionClusterUpdatesResponse

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

#scale_down_node_typesArray<String>

The node types that the cluster can be scaled down to.

Returns:

  • (Array<String>)


2242
2243
2244
2245
2246
2247
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2242

class ListAllowedMultiRegionClusterUpdatesResponse < Struct.new(
  :scale_up_node_types,
  :scale_down_node_types)
  SENSITIVE = []
  include Aws::Structure
end

#scale_up_node_typesArray<String>

The node types that the cluster can be scaled up to.

Returns:

  • (Array<String>)


2242
2243
2244
2245
2246
2247
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2242

class ListAllowedMultiRegionClusterUpdatesResponse < Struct.new(
  :scale_up_node_types,
  :scale_down_node_types)
  SENSITIVE = []
  include Aws::Structure
end