class Aws::RDS::Types::OptionGroupOptionSetting
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.
@!attribute [rw] setting_name
The name of the option group option. @return [String]
@!attribute [rw] setting_description
The description of the option group option. @return [String]
@!attribute [rw] default_value
The default value for the option group option. @return [String]
@!attribute [rw] apply_type
The DB engine specific parameter type for the option group option. @return [String]
@!attribute [rw] allowed_values
Indicates the acceptable values for the option group option. @return [String]
@!attribute [rw] is_modifiable
Boolean value where true indicates that this option group option can be changed from the default value. @return [Boolean]
@!attribute [rw] is_required
Boolean value where true indicates that a value must be specified for this option setting of the option group option. @return [Boolean]
@!attribute [rw] minimum_engine_version_per_allowed_value
The minimum DB engine version required for the corresponding allowed value for this option setting. @return [Array<Types::MinimumEngineVersionPerAllowedValue>]
@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/OptionGroupOptionSetting AWS API Documentation
Constants
- SENSITIVE