#[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 parameter group that has been modified.
source§impl UpdateParameterGroupOutput
impl UpdateParameterGroupOutput
sourcepub fn builder() -> UpdateParameterGroupOutputBuilder
pub fn builder() -> UpdateParameterGroupOutputBuilder
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 ==.source§impl RequestId for UpdateParameterGroupOutput
impl RequestId for UpdateParameterGroupOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.