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>)


2438
2439
2440
2441
2442
2443
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2438

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>)


2438
2439
2440
2441
2442
2443
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2438

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