Class: Aws::CostExplorer::Types::RedshiftInstanceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::RedshiftInstanceDetails
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
Details about the Amazon Redshift instances 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.
-
#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.
5011 5012 5013 5014 5015 5016 5017 5018 5019 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5011 class RedshiftInstanceDetails < Struct.new( :family, :node_type, :region, :current_generation, :size_flex_eligible) SENSITIVE = [] include Aws::Structure end |
#family ⇒ String
The instance family of the recommended reservation.
5011 5012 5013 5014 5015 5016 5017 5018 5019 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5011 class RedshiftInstanceDetails < Struct.new( :family, :node_type, :region, :current_generation, :size_flex_eligible) SENSITIVE = [] include Aws::Structure end |
#node_type ⇒ String
The type of node that Amazon Web Services recommends.
5011 5012 5013 5014 5015 5016 5017 5018 5019 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5011 class RedshiftInstanceDetails < Struct.new( :family, :node_type, :region, :current_generation, :size_flex_eligible) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Web Services Region of the recommended reservation.
5011 5012 5013 5014 5015 5016 5017 5018 5019 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5011 class RedshiftInstanceDetails < Struct.new( :family, :node_type, :region, :current_generation, :size_flex_eligible) SENSITIVE = [] include Aws::Structure end |
#size_flex_eligible ⇒ Boolean
Determines whether the recommended reservation is size flexible.
5011 5012 5013 5014 5015 5016 5017 5018 5019 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5011 class RedshiftInstanceDetails < Struct.new( :family, :node_type, :region, :current_generation, :size_flex_eligible) SENSITIVE = [] include Aws::Structure end |