Class: Aws::MemoryDB::Types::ListAllowedMultiRegionClusterUpdatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::ListAllowedMultiRegionClusterUpdatesResponse
- Defined in:
- gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scale_down_node_types ⇒ Array<String>
The node types that the cluster can be scaled down to.
-
#scale_up_node_types ⇒ Array<String>
The node types that the cluster can be scaled up to.
Instance Attribute Details
#scale_down_node_types ⇒ Array<String>
The node types that the cluster can be scaled down to.
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_types ⇒ Array<String>
The node types that the cluster can be scaled up to.
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 |