Struct aws_sdk_securityhub::model::AwsRdsDbParameterGroup
source · #[non_exhaustive]pub struct AwsRdsDbParameterGroup { /* private fields */ }
Expand description
Provides information about a parameter group for a DB instance.
Implementations§
source§impl AwsRdsDbParameterGroup
impl AwsRdsDbParameterGroup
sourcepub fn db_parameter_group_name(&self) -> Option<&str>
pub fn db_parameter_group_name(&self) -> Option<&str>
The name of the parameter group.
sourcepub fn parameter_apply_status(&self) -> Option<&str>
pub fn parameter_apply_status(&self) -> Option<&str>
The status of parameter updates.
source§impl AwsRdsDbParameterGroup
impl AwsRdsDbParameterGroup
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsRdsDbParameterGroup
.
Trait Implementations§
source§impl Clone for AwsRdsDbParameterGroup
impl Clone for AwsRdsDbParameterGroup
source§fn clone(&self) -> AwsRdsDbParameterGroup
fn clone(&self) -> AwsRdsDbParameterGroup
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 AwsRdsDbParameterGroup
impl Debug for AwsRdsDbParameterGroup
source§impl PartialEq<AwsRdsDbParameterGroup> for AwsRdsDbParameterGroup
impl PartialEq<AwsRdsDbParameterGroup> for AwsRdsDbParameterGroup
source§fn eq(&self, other: &AwsRdsDbParameterGroup) -> bool
fn eq(&self, other: &AwsRdsDbParameterGroup) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.