#[non_exhaustive]pub struct UpdateParameterGroupOutput { /* private fields */ }
Implementations§
source§impl UpdateParameterGroupOutput
impl UpdateParameterGroupOutput
sourcepub fn parameter_group(&self) -> Option<&ParameterGroup>
pub fn parameter_group(&self) -> Option<&ParameterGroup>
The updated parameter group
source§impl UpdateParameterGroupOutput
impl UpdateParameterGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateParameterGroupOutput
.
Trait Implementations§
source§impl Clone for UpdateParameterGroupOutput
impl Clone for UpdateParameterGroupOutput
source§fn clone(&self) -> UpdateParameterGroupOutput
fn clone(&self) -> UpdateParameterGroupOutput
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 UpdateParameterGroupOutput
impl Debug for UpdateParameterGroupOutput
source§impl PartialEq<UpdateParameterGroupOutput> for UpdateParameterGroupOutput
impl PartialEq<UpdateParameterGroupOutput> for UpdateParameterGroupOutput
source§fn eq(&self, other: &UpdateParameterGroupOutput) -> bool
fn eq(&self, other: &UpdateParameterGroupOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.