Struct aws_sdk_rds::types::OptionConfiguration
source · #[non_exhaustive]pub struct OptionConfiguration { /* private fields */ }Expand description
A list of all available options
Implementations§
source§impl OptionConfiguration
impl OptionConfiguration
sourcepub fn option_name(&self) -> Option<&str>
pub fn option_name(&self) -> Option<&str>
The configuration of options to include in a group.
sourcepub fn option_version(&self) -> Option<&str>
pub fn option_version(&self) -> Option<&str>
The version for the option.
sourcepub fn db_security_group_memberships(&self) -> Option<&[String]>
pub fn db_security_group_memberships(&self) -> Option<&[String]>
A list of DBSecurityGroupMembership name strings used for this option.
sourcepub fn vpc_security_group_memberships(&self) -> Option<&[String]>
pub fn vpc_security_group_memberships(&self) -> Option<&[String]>
A list of VpcSecurityGroupMembership name strings used for this option.
sourcepub fn option_settings(&self) -> Option<&[OptionSetting]>
pub fn option_settings(&self) -> Option<&[OptionSetting]>
The option settings to include in an option group.
source§impl OptionConfiguration
impl OptionConfiguration
sourcepub fn builder() -> OptionConfigurationBuilder
pub fn builder() -> OptionConfigurationBuilder
Creates a new builder-style object to manufacture OptionConfiguration.
Trait Implementations§
source§impl Clone for OptionConfiguration
impl Clone for OptionConfiguration
source§fn clone(&self) -> OptionConfiguration
fn clone(&self) -> OptionConfiguration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for OptionConfiguration
impl Debug for OptionConfiguration
source§impl PartialEq<OptionConfiguration> for OptionConfiguration
impl PartialEq<OptionConfiguration> for OptionConfiguration
source§fn eq(&self, other: &OptionConfiguration) -> bool
fn eq(&self, other: &OptionConfiguration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.