pub struct ClusterParameterGroupNameMessage {
pub parameter_group_name: Option<String>,
pub parameter_group_status: Option<String>,
}
Expand description
Fields§
§parameter_group_name: Option<String>
The name of the cluster parameter group.
parameter_group_status: Option<String>
The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.
Trait Implementations§
Source§impl Clone for ClusterParameterGroupNameMessage
impl Clone for ClusterParameterGroupNameMessage
Source§fn clone(&self) -> ClusterParameterGroupNameMessage
fn clone(&self) -> ClusterParameterGroupNameMessage
Returns a duplicate 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 Default for ClusterParameterGroupNameMessage
impl Default for ClusterParameterGroupNameMessage
Source§fn default() -> ClusterParameterGroupNameMessage
fn default() -> ClusterParameterGroupNameMessage
Returns the “default value” for a type. Read more
Source§impl PartialEq for ClusterParameterGroupNameMessage
impl PartialEq for ClusterParameterGroupNameMessage
Source§fn eq(&self, other: &ClusterParameterGroupNameMessage) -> bool
fn eq(&self, other: &ClusterParameterGroupNameMessage) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ClusterParameterGroupNameMessage
Auto Trait Implementations§
impl Freeze for ClusterParameterGroupNameMessage
impl RefUnwindSafe for ClusterParameterGroupNameMessage
impl Send for ClusterParameterGroupNameMessage
impl Sync for ClusterParameterGroupNameMessage
impl Unpin for ClusterParameterGroupNameMessage
impl UnwindSafe for ClusterParameterGroupNameMessage
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more