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