[−][src]Struct rusoto_rds::ModifyOptionGroupMessage
Fields
apply_immediately: Option<bool>
A value that indicates whether to apply the change immediately or during the next maintenance window for each instance associated with the option group.
option_group_name: String
The name of the option group to be modified.
Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group, and that option group can't be removed from a DB instance once it is associated with a DB instance
options_to_include: Option<Vec<OptionConfiguration>>
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_to_remove: Option<Vec<String>>
Options in this list are removed from the option group.
Trait Implementations
impl PartialEq<ModifyOptionGroupMessage> for ModifyOptionGroupMessage
[src]
fn eq(&self, other: &ModifyOptionGroupMessage) -> bool
[src]
fn ne(&self, other: &ModifyOptionGroupMessage) -> bool
[src]
impl Default for ModifyOptionGroupMessage
[src]
fn default() -> ModifyOptionGroupMessage
[src]
impl Clone for ModifyOptionGroupMessage
[src]
fn clone(&self) -> ModifyOptionGroupMessage
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for ModifyOptionGroupMessage
[src]
Auto Trait Implementations
impl Send for ModifyOptionGroupMessage
impl Sync for ModifyOptionGroupMessage
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self