You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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.

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_valuesString

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

Returns:

  • (String)

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

#default_valueString

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

Returns:

  • (String)

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

#nameString

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

Returns:

  • (String)

    The name of the processor feature.