Class: Aws::MemoryDB::Types::ListAllowedNodeTypeUpdatesResponse

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>

A list node types which you can use to scale down your cluster.

Returns:

  • (Array<String>)


2051
2052
2053
2054
2055
2056
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2051

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

#scale_up_node_typesArray<String>

A list node types which you can use to scale up your cluster.

Returns:

  • (Array<String>)


2051
2052
2053
2054
2055
2056
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2051

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