Struct aws_sdk_dax::model::ParameterGroupStatus
source · #[non_exhaustive]pub struct ParameterGroupStatus { /* private fields */ }
Expand description
The status of a parameter group.
Implementations§
source§impl ParameterGroupStatus
impl ParameterGroupStatus
sourcepub fn parameter_group_name(&self) -> Option<&str>
pub fn 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.
sourcepub fn node_ids_to_reboot(&self) -> Option<&[String]>
pub fn node_ids_to_reboot(&self) -> Option<&[String]>
The node IDs of one or more nodes to be rebooted.
source§impl ParameterGroupStatus
impl ParameterGroupStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ParameterGroupStatus
.
Trait Implementations§
source§impl Clone for ParameterGroupStatus
impl Clone for ParameterGroupStatus
source§fn clone(&self) -> ParameterGroupStatus
fn clone(&self) -> ParameterGroupStatus
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 ParameterGroupStatus
impl Debug for ParameterGroupStatus
source§impl PartialEq<ParameterGroupStatus> for ParameterGroupStatus
impl PartialEq<ParameterGroupStatus> for ParameterGroupStatus
source§fn eq(&self, other: &ParameterGroupStatus) -> bool
fn eq(&self, other: &ParameterGroupStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.