Class: Aws::RDS::Types::AvailableProcessorFeature

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb

Overview

Contains the available processor feature information for the DB instance class of a DB instance.

For more information, see Configuring the Processor of the DB Instance Class in the Amazon RDS User Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_valuesString

The allowed values for the processor feature of the DB instance class.

Returns:

  • (String)


455
456
457
458
459
460
461
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 455

class AvailableProcessorFeature < Struct.new(
  :name,
  :default_value,
  :allowed_values)
  SENSITIVE = []
  include Aws::Structure
end

#default_valueString

The default value for the processor feature of the DB instance class.

Returns:

  • (String)


455
456
457
458
459
460
461
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 455

class AvailableProcessorFeature < Struct.new(
  :name,
  :default_value,
  :allowed_values)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the processor feature. Valid names are coreCount and threadsPerCore.

Returns:

  • (String)


455
456
457
458
459
460
461
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 455

class AvailableProcessorFeature < Struct.new(
  :name,
  :default_value,
  :allowed_values)
  SENSITIVE = []
  include Aws::Structure
end