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