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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.

[1]: docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html#USER_ConfigureProcessor

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_valuesString

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

Returns:

  • (String)


336
337
338
339
340
341
# File 'lib/aws-sdk-rds/types.rb', line 336

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

#default_valueString

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

Returns:

  • (String)


336
337
338
339
340
341
# File 'lib/aws-sdk-rds/types.rb', line 336

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

#nameString

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

Returns:

  • (String)


336
337
338
339
340
341
# File 'lib/aws-sdk-rds/types.rb', line 336

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