#[non_exhaustive]pub struct AwsRedshiftClusterClusterParameterGroup { /* private fields */ }
Expand description
A cluster parameter group that is associated with an Amazon Redshift cluster.
Implementations§
source§impl AwsRedshiftClusterClusterParameterGroup
impl AwsRedshiftClusterClusterParameterGroup
sourcepub fn cluster_parameter_status_list(
&self
) -> Option<&[AwsRedshiftClusterClusterParameterStatus]>
pub fn cluster_parameter_status_list(
&self
) -> Option<&[AwsRedshiftClusterClusterParameterStatus]>
The list of parameter statuses.
sourcepub fn parameter_apply_status(&self) -> Option<&str>
pub fn parameter_apply_status(&self) -> Option<&str>
The status of updates to the parameters.
sourcepub fn parameter_group_name(&self) -> Option<&str>
pub fn parameter_group_name(&self) -> Option<&str>
The name of the parameter group.
source§impl AwsRedshiftClusterClusterParameterGroup
impl AwsRedshiftClusterClusterParameterGroup
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsRedshiftClusterClusterParameterGroup
.
Trait Implementations§
source§impl Clone for AwsRedshiftClusterClusterParameterGroup
impl Clone for AwsRedshiftClusterClusterParameterGroup
source§fn clone(&self) -> AwsRedshiftClusterClusterParameterGroup
fn clone(&self) -> AwsRedshiftClusterClusterParameterGroup
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 PartialEq<AwsRedshiftClusterClusterParameterGroup> for AwsRedshiftClusterClusterParameterGroup
impl PartialEq<AwsRedshiftClusterClusterParameterGroup> for AwsRedshiftClusterClusterParameterGroup
source§fn eq(&self, other: &AwsRedshiftClusterClusterParameterGroup) -> bool
fn eq(&self, other: &AwsRedshiftClusterClusterParameterGroup) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.