Class: Aws::CostExplorer::Types::ESInstanceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::ESInstanceDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
Details about the Amazon OpenSearch Service reservations that Amazon Web Services recommends that you purchase.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#current_generation ⇒ Boolean
Determines whether the recommendation is for a current-generation instance.
-
#instance_class ⇒ String
The class of instance that Amazon Web Services recommends.
-
#instance_size ⇒ String
The size of instance that Amazon Web Services recommends.
-
#region ⇒ String
The Amazon Web Services Region of the recommended reservation.
-
#size_flex_eligible ⇒ Boolean
Determines whether the recommended reservation is size flexible.
Instance Attribute Details
#current_generation ⇒ Boolean
Determines whether the recommendation is for a current-generation instance.
1731 1732 1733 1734 1735 1736 1737 1738 1739 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 1731 class ESInstanceDetails < Struct.new( :instance_class, :instance_size, :region, :current_generation, :size_flex_eligible) SENSITIVE = [] include Aws::Structure end |
#instance_class ⇒ String
The class of instance that Amazon Web Services recommends.
1731 1732 1733 1734 1735 1736 1737 1738 1739 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 1731 class ESInstanceDetails < Struct.new( :instance_class, :instance_size, :region, :current_generation, :size_flex_eligible) SENSITIVE = [] include Aws::Structure end |
#instance_size ⇒ String
The size of instance that Amazon Web Services recommends.
1731 1732 1733 1734 1735 1736 1737 1738 1739 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 1731 class ESInstanceDetails < Struct.new( :instance_class, :instance_size, :region, :current_generation, :size_flex_eligible) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Web Services Region of the recommended reservation.
1731 1732 1733 1734 1735 1736 1737 1738 1739 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 1731 class ESInstanceDetails < Struct.new( :instance_class, :instance_size, :region, :current_generation, :size_flex_eligible) SENSITIVE = [] include Aws::Structure end |
#size_flex_eligible ⇒ Boolean
Determines whether the recommended reservation is size flexible.
1731 1732 1733 1734 1735 1736 1737 1738 1739 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 1731 class ESInstanceDetails < Struct.new( :instance_class, :instance_size, :region, :current_generation, :size_flex_eligible) SENSITIVE = [] include Aws::Structure end |