Class: Aws::CostExplorer::Types::ESInstanceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::ESInstanceDetails
- Defined in:
- gems/aws-sdk-costexplorer/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.
1716 1717 1718 1719 1720 1721 1722 1723 1724 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1716 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.
1716 1717 1718 1719 1720 1721 1722 1723 1724 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1716 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.
1716 1717 1718 1719 1720 1721 1722 1723 1724 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1716 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.
1716 1717 1718 1719 1720 1721 1722 1723 1724 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1716 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.
1716 1717 1718 1719 1720 1721 1722 1723 1724 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1716 class ESInstanceDetails < Struct.new( :instance_class, :instance_size, :region, :current_generation, :size_flex_eligible) SENSITIVE = [] include Aws::Structure end |