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.
1817 1818 1819 1820 1821 1822 1823 1824 1825 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1817 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.
1817 1818 1819 1820 1821 1822 1823 1824 1825 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1817 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.
1817 1818 1819 1820 1821 1822 1823 1824 1825 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1817 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.
1817 1818 1819 1820 1821 1822 1823 1824 1825 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1817 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.
1817 1818 1819 1820 1821 1822 1823 1824 1825 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1817 class ESInstanceDetails < Struct.new( :instance_class, :instance_size, :region, :current_generation, :size_flex_eligible) SENSITIVE = [] include Aws::Structure end |