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

Class: Aws::RDS::Types::OptionGroupOptionSetting

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

Overview

Option group option settings are used to display settings available for each option with their default values and other information. These values are used with the DescribeOptionGroupOptions action.

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_valuesString

Indicates the acceptable values for the option group option.

Returns:

  • (String)

    Indicates the acceptable values for the option group option.

#apply_typeString

The DB engine specific parameter type for the option group option.

Returns:

  • (String)

    The DB engine specific parameter type for the option group option.

#default_valueString

The default value for the option group option.

Returns:

  • (String)

    The default value for the option group option.

#is_modifiableBoolean

Boolean value where true indicates that this option group option can be changed from the default value.

Returns:

  • (Boolean)

    Boolean value where true indicates that this option group option can be changed from the default value.

#is_requiredBoolean

Boolean value where true indicates that a value must be specified for this option setting of the option group option.

Returns:

  • (Boolean)

    Boolean value where true indicates that a value must be specified for this option setting of the option group option.

#minimum_engine_version_per_allowed_valueArray<Types::MinimumEngineVersionPerAllowedValue>

The minimum DB engine version required for the corresponding allowed value for this option setting.

Returns:

#setting_descriptionString

The description of the option group option.

Returns:

  • (String)

    The description of the option group option.

#setting_nameString

The name of the option group option.

Returns:

  • (String)

    The name of the option group option.