#[non_exhaustive]pub struct ClusterParameterGroupStatus { /* private fields */ }
Expand description
Describes the status of a parameter group.
Implementations§
source§impl ClusterParameterGroupStatus
impl ClusterParameterGroupStatus
sourcepub fn parameter_group_name(&self) -> Option<&str>
pub fn parameter_group_name(&self) -> Option<&str>
The name of the cluster parameter group.
sourcepub fn parameter_apply_status(&self) -> Option<&str>
pub fn parameter_apply_status(&self) -> Option<&str>
The status of parameter updates.
sourcepub fn cluster_parameter_status_list(&self) -> Option<&[ClusterParameterStatus]>
pub fn cluster_parameter_status_list(&self) -> Option<&[ClusterParameterStatus]>
The list of parameter statuses.
For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
source§impl ClusterParameterGroupStatus
impl ClusterParameterGroupStatus
sourcepub fn builder() -> ClusterParameterGroupStatusBuilder
pub fn builder() -> ClusterParameterGroupStatusBuilder
Creates a new builder-style object to manufacture ClusterParameterGroupStatus
.
Trait Implementations§
source§impl Clone for ClusterParameterGroupStatus
impl Clone for ClusterParameterGroupStatus
source§fn clone(&self) -> ClusterParameterGroupStatus
fn clone(&self) -> ClusterParameterGroupStatus
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 ClusterParameterGroupStatus
impl Debug for ClusterParameterGroupStatus
source§impl PartialEq<ClusterParameterGroupStatus> for ClusterParameterGroupStatus
impl PartialEq<ClusterParameterGroupStatus> for ClusterParameterGroupStatus
source§fn eq(&self, other: &ClusterParameterGroupStatus) -> bool
fn eq(&self, other: &ClusterParameterGroupStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.