#[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 more