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

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

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)


10342
10343
10344
10345
10346
10347
10348
10349
10350
# File 'lib/aws-sdk-rds/types.rb', line 10342

class OptionGroupOptionSetting < Struct.new(
  :setting_name,
  :setting_description,
  :default_value,
  :apply_type,
  :allowed_values,
  :is_modifiable)
  include Aws::Structure
end

#apply_typeString

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

Returns:

  • (String)


10342
10343
10344
10345
10346
10347
10348
10349
10350
# File 'lib/aws-sdk-rds/types.rb', line 10342

class OptionGroupOptionSetting < Struct.new(
  :setting_name,
  :setting_description,
  :default_value,
  :apply_type,
  :allowed_values,
  :is_modifiable)
  include Aws::Structure
end

#default_valueString

The default value for the option group option.

Returns:

  • (String)


10342
10343
10344
10345
10346
10347
10348
10349
10350
# File 'lib/aws-sdk-rds/types.rb', line 10342

class OptionGroupOptionSetting < Struct.new(
  :setting_name,
  :setting_description,
  :default_value,
  :apply_type,
  :allowed_values,
  :is_modifiable)
  include Aws::Structure
end

#is_modifiableBoolean

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

Returns:

  • (Boolean)


10342
10343
10344
10345
10346
10347
10348
10349
10350
# File 'lib/aws-sdk-rds/types.rb', line 10342

class OptionGroupOptionSetting < Struct.new(
  :setting_name,
  :setting_description,
  :default_value,
  :apply_type,
  :allowed_values,
  :is_modifiable)
  include Aws::Structure
end

#setting_descriptionString

The description of the option group option.

Returns:

  • (String)


10342
10343
10344
10345
10346
10347
10348
10349
10350
# File 'lib/aws-sdk-rds/types.rb', line 10342

class OptionGroupOptionSetting < Struct.new(
  :setting_name,
  :setting_description,
  :default_value,
  :apply_type,
  :allowed_values,
  :is_modifiable)
  include Aws::Structure
end

#setting_nameString

The name of the option group option.

Returns:

  • (String)


10342
10343
10344
10345
10346
10347
10348
10349
10350
# File 'lib/aws-sdk-rds/types.rb', line 10342

class OptionGroupOptionSetting < Struct.new(
  :setting_name,
  :setting_description,
  :default_value,
  :apply_type,
  :allowed_values,
  :is_modifiable)
  include Aws::Structure
end