Struct aws_sdk_rds::input::ModifyOptionGroupInput
source · [−]#[non_exhaustive]pub struct ModifyOptionGroupInput { /* private fields */ }Expand description
Implementations
sourceimpl ModifyOptionGroupInput
impl ModifyOptionGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyOptionGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyOptionGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ModifyOptionGroup>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyOptionGroupInput.
sourceimpl ModifyOptionGroupInput
impl ModifyOptionGroupInput
sourcepub fn option_group_name(&self) -> Option<&str>
pub fn option_group_name(&self) -> Option<&str>
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
sourcepub fn options_to_include(&self) -> Option<&[OptionConfiguration]>
pub fn options_to_include(&self) -> Option<&[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.
sourcepub fn options_to_remove(&self) -> Option<&[String]>
pub fn options_to_remove(&self) -> Option<&[String]>
Options in this list are removed from the option group.
sourcepub fn apply_immediately(&self) -> bool
pub fn apply_immediately(&self) -> 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.
Trait Implementations
sourceimpl Clone for ModifyOptionGroupInput
impl Clone for ModifyOptionGroupInput
sourcefn clone(&self) -> ModifyOptionGroupInput
fn clone(&self) -> ModifyOptionGroupInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more