Class: Aws::CostExplorer::Types::RDSInstanceDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#current_generationBoolean

Determines whether the recommendation is for a current-generation instance.

Returns:

  • (Boolean)


5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
# File 'lib/aws-sdk-costexplorer/types.rb', line 5220

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_editionString

The database edition that the recommended reservation supports.

Returns:

  • (String)


5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
# File 'lib/aws-sdk-costexplorer/types.rb', line 5220

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_engineString

The database engine that the recommended reservation supports.

Returns:

  • (String)


5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
# File 'lib/aws-sdk-costexplorer/types.rb', line 5220

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_optionString

Determines whether the recommendation is for a reservation in a single Availability Zone or a reservation with a backup in a second Availability Zone.

Returns:

  • (String)


5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
# File 'lib/aws-sdk-costexplorer/types.rb', line 5220

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

#familyString

The instance family of the recommended reservation.

Returns:

  • (String)


5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
# File 'lib/aws-sdk-costexplorer/types.rb', line 5220

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_typeString

The type of instance that Amazon Web Services recommends.

Returns:

  • (String)


5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
# File 'lib/aws-sdk-costexplorer/types.rb', line 5220

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_modelString

The license model that the recommended reservation supports.

Returns:

  • (String)


5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
# File 'lib/aws-sdk-costexplorer/types.rb', line 5220

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

#regionString

The Amazon Web Services Region of the recommended reservation.

Returns:

  • (String)


5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
# File 'lib/aws-sdk-costexplorer/types.rb', line 5220

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_eligibleBoolean

Determines whether the recommended reservation is size flexible.

Returns:

  • (Boolean)


5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
# File 'lib/aws-sdk-costexplorer/types.rb', line 5220

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