Class: Aws::CostExplorer::Types::MemoryDBInstanceDetails

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

Overview

Details about the MemoryDB reservations that Amazon Web Services recommends that you purchase.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#current_generationBoolean

Determines whether the recommendation is for a current generation instance.

Returns:

  • (Boolean)


5069
5070
5071
5072
5073
5074
5075
5076
5077
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5069

class MemoryDBInstanceDetails < Struct.new(
  :family,
  :node_type,
  :region,
  :current_generation,
  :size_flex_eligible)
  SENSITIVE = []
  include Aws::Structure
end

#familyString

The instance family of the recommended reservation.

Returns:

  • (String)


5069
5070
5071
5072
5073
5074
5075
5076
5077
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5069

class MemoryDBInstanceDetails < Struct.new(
  :family,
  :node_type,
  :region,
  :current_generation,
  :size_flex_eligible)
  SENSITIVE = []
  include Aws::Structure
end

#node_typeString

The node type of the recommended reservation.

Returns:

  • (String)


5069
5070
5071
5072
5073
5074
5075
5076
5077
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5069

class MemoryDBInstanceDetails < Struct.new(
  :family,
  :node_type,
  :region,
  :current_generation,
  :size_flex_eligible)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

The Amazon Web Services Region of the recommended reservation.

Returns:

  • (String)


5069
5070
5071
5072
5073
5074
5075
5076
5077
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5069

class MemoryDBInstanceDetails < Struct.new(
  :family,
  :node_type,
  :region,
  :current_generation,
  :size_flex_eligible)
  SENSITIVE = []
  include Aws::Structure
end

#size_flex_eligibleBoolean

Determines whether the recommended reservation is size flexible.

Returns:

  • (Boolean)


5069
5070
5071
5072
5073
5074
5075
5076
5077
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5069

class MemoryDBInstanceDetails < Struct.new(
  :family,
  :node_type,
  :region,
  :current_generation,
  :size_flex_eligible)
  SENSITIVE = []
  include Aws::Structure
end