Struct rusoto_rds::ModifyOptionGroupMessage [] [src]

pub struct ModifyOptionGroupMessage {
    pub apply_immediately: Option<Boolean>,
    pub option_group_name: String,
    pub options_to_include: Option<OptionConfigurationList>,
    pub options_to_remove: Option<OptionNamesList>,
}

Fields

Indicates whether the changes should be applied immediately, or during the next maintenance window for each instance associated with the option group.

The name of the option group to be modified.

Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance

Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.

Options in this list are removed from the option group.

Trait Implementations

impl Default for ModifyOptionGroupMessage
[src]

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

impl Debug for ModifyOptionGroupMessage
[src]

Formats the value using the given formatter.

impl Clone for ModifyOptionGroupMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more