Struct rusoto_rds::OptionGroupOptionSetting [] [src]

pub struct OptionGroupOptionSetting {
    pub allowed_values: Option<String>,
    pub apply_type: Option<String>,
    pub default_value: Option<String>,
    pub is_modifiable: Option<Boolean>,
    pub setting_description: Option<String>,
    pub setting_name: Option<String>,
}

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.

Fields

Indicates the acceptable values for the option group option.

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

The default value for the option group option.

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

The description of the option group option.

The name of the option group option.

Trait Implementations

impl Default for OptionGroupOptionSetting
[src]

Returns the "default value" for a type. Read more

impl Debug for OptionGroupOptionSetting
[src]

Formats the value using the given formatter.

impl Clone for OptionGroupOptionSetting
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more