class Aws::RDS::Types::OptionSetting
Option
settings are the actual settings being applied or configured for that option. It is used when you modify an option group or describe option groups. For example, the NATIVE_NETWORK_ENCRYPTION option has a setting called SQLNET.ENCRYPTION_SERVER that can have several different values.
@note When making an API call, you may pass OptionSetting
data as a hash: { name: "String", value: "String", default_value: "String", description: "String", apply_type: "String", data_type: "String", allowed_values: "String", is_modifiable: false, is_collection: false, }
@!attribute [rw] name
The name of the option that has settings that you can set. @return [String]
@!attribute [rw] value
The current value of the option setting. @return [String]
@!attribute [rw] default_value
The default value of the option setting. @return [String]
@!attribute [rw] description
The description of the option setting. @return [String]
@!attribute [rw] apply_type
The DB engine specific parameter type. @return [String]
@!attribute [rw] data_type
The data type of the option setting. @return [String]
@!attribute [rw] allowed_values
The allowed values of the option setting. @return [String]
@!attribute [rw] is_modifiable
A Boolean value that, when true, indicates the option setting can be modified from the default. @return [Boolean]
@!attribute [rw] is_collection
Indicates if the option setting is part of a collection. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/OptionSetting AWS API Documentation
Constants
- SENSITIVE