Class: Aws::CostExplorer::Types::ElastiCacheInstanceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::ElastiCacheInstanceDetails
- Defined in:
- gems/aws-sdk-costexplorer/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.
1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1857 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.
1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1857 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.
1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1857 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.
1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1857 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.
1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1857 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.
1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1857 class ElastiCacheInstanceDetails < Struct.new( :family, :node_type, :region, :product_description, :current_generation, :size_flex_eligible) SENSITIVE = [] include Aws::Structure end |