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_values ⇒ String

Indicates the acceptable values for the option group option.

Returns:

  • (String) —

    Indicates the acceptable values for the option group option.

#apply_type ⇒ String

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_value ⇒ String

The default value for the option group option.

Returns:

  • (String) —

    The default value for the option group option.

#is_modifiable ⇒ Boolean

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_required ⇒ Boolean

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_value ⇒ Array<Types::MinimumEngineVersionPerAllowedValue>

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

Returns:

#setting_description ⇒ String

The description of the option group option.

Returns:

  • (String) —

    The description of the option group option.

#setting_name ⇒ String

The name of the option group option.

Returns:

  • (String) —

    The name of the option group option.