Class: Aws::CostExplorer::Types::RDSInstanceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::RDSInstanceDetails
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
Details about the Amazon RDS 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.
-
#database_edition ⇒ String
The database edition that the recommended reservation supports.
-
#database_engine ⇒ String
The database engine that the recommended reservation supports.
-
#deployment_option ⇒ String
Determines whether the recommendation is for a reservation in a single Availability Zone or a reservation with a backup in a second Availability Zone.
-
#family ⇒ String
The instance family of the recommended reservation.
-
#instance_type ⇒ String
The type of instance that Amazon Web Services recommends.
-
#license_model ⇒ String
The license model that the recommended reservation supports.
-
#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.
5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5234 class RDSInstanceDetails < Struct.new( :family, :instance_type, :region, :database_engine, :database_edition, :deployment_option, :license_model, :current_generation, :size_flex_eligible) SENSITIVE = [] include Aws::Structure end |
#database_edition ⇒ String
The database edition that the recommended reservation supports.
5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5234 class RDSInstanceDetails < Struct.new( :family, :instance_type, :region, :database_engine, :database_edition, :deployment_option, :license_model, :current_generation, :size_flex_eligible) SENSITIVE = [] include Aws::Structure end |
#database_engine ⇒ String
The database engine that the recommended reservation supports.
5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5234 class RDSInstanceDetails < Struct.new( :family, :instance_type, :region, :database_engine, :database_edition, :deployment_option, :license_model, :current_generation, :size_flex_eligible) SENSITIVE = [] include Aws::Structure end |
#deployment_option ⇒ String
Determines whether the recommendation is for a reservation in a single Availability Zone or a reservation with a backup in a second Availability Zone.
5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5234 class RDSInstanceDetails < Struct.new( :family, :instance_type, :region, :database_engine, :database_edition, :deployment_option, :license_model, :current_generation, :size_flex_eligible) SENSITIVE = [] include Aws::Structure end |
#family ⇒ String
The instance family of the recommended reservation.
5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5234 class RDSInstanceDetails < Struct.new( :family, :instance_type, :region, :database_engine, :database_edition, :deployment_option, :license_model, :current_generation, :size_flex_eligible) SENSITIVE = [] include Aws::Structure end |
#instance_type ⇒ String
The type of instance that Amazon Web Services recommends.
5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5234 class RDSInstanceDetails < Struct.new( :family, :instance_type, :region, :database_engine, :database_edition, :deployment_option, :license_model, :current_generation, :size_flex_eligible) SENSITIVE = [] include Aws::Structure end |
#license_model ⇒ String
The license model that the recommended reservation supports.
5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5234 class RDSInstanceDetails < Struct.new( :family, :instance_type, :region, :database_engine, :database_edition, :deployment_option, :license_model, :current_generation, :size_flex_eligible) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Web Services Region of the recommended reservation.
5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5234 class RDSInstanceDetails < Struct.new( :family, :instance_type, :region, :database_engine, :database_edition, :deployment_option, :license_model, :current_generation, :size_flex_eligible) SENSITIVE = [] include Aws::Structure end |
#size_flex_eligible ⇒ Boolean
Determines whether the recommended reservation is size flexible.
5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5234 class RDSInstanceDetails < Struct.new( :family, :instance_type, :region, :database_engine, :database_edition, :deployment_option, :license_model, :current_generation, :size_flex_eligible) SENSITIVE = [] include Aws::Structure end |