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