Class: Aws::CostExplorer::Types::RDSInstanceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::RDSInstanceDetails
- Includes:
- Structure
- Defined in:
- 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.
5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5206 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.
5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5206 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.
5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5206 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.
5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5206 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.
5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5206 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.
5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5206 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.
5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5206 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.
5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5206 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.
5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5206 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 |