Class: Aws::CostExplorer::Types::ElastiCacheInstanceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::ElastiCacheInstanceDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
Details about the Amazon ElastiCache 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.
-
#family ⇒ String
The instance family of the recommended reservation.
-
#node_type ⇒ String
The type of node that Amazon Web Services recommends.
-
#product_description ⇒ String
The description of the recommended reservation.
-
#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.
1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 1771 class ElastiCacheInstanceDetails < Struct.new( :family, :node_type, :region, :product_description, :current_generation, :size_flex_eligible) SENSITIVE = [] include Aws::Structure end |
#family ⇒ String
The instance family of the recommended reservation.
1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 1771 class ElastiCacheInstanceDetails < Struct.new( :family, :node_type, :region, :product_description, :current_generation, :size_flex_eligible) SENSITIVE = [] include Aws::Structure end |
#node_type ⇒ String
The type of node that Amazon Web Services recommends.
1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 1771 class ElastiCacheInstanceDetails < Struct.new( :family, :node_type, :region, :product_description, :current_generation, :size_flex_eligible) SENSITIVE = [] include Aws::Structure end |
#product_description ⇒ String
The description of the recommended reservation.
1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 1771 class ElastiCacheInstanceDetails < Struct.new( :family, :node_type, :region, :product_description, :current_generation, :size_flex_eligible) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Web Services Region of the recommended reservation.
1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 1771 class ElastiCacheInstanceDetails < Struct.new( :family, :node_type, :region, :product_description, :current_generation, :size_flex_eligible) SENSITIVE = [] include Aws::Structure end |
#size_flex_eligible ⇒ Boolean
Determines whether the recommended reservation is size flexible.
1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 1771 class ElastiCacheInstanceDetails < Struct.new( :family, :node_type, :region, :product_description, :current_generation, :size_flex_eligible) SENSITIVE = [] include Aws::Structure end |