#[non_exhaustive]pub struct CopyDbParameterGroupOutput { /* private fields */ }Implementations§
source§impl CopyDbParameterGroupOutput
impl CopyDbParameterGroupOutput
sourcepub fn db_parameter_group(&self) -> Option<&DbParameterGroup>
pub fn db_parameter_group(&self) -> Option<&DbParameterGroup>
Contains the details of an Amazon RDS DB parameter group.
This data type is used as a response element in the DescribeDBParameterGroups action.
source§impl CopyDbParameterGroupOutput
impl CopyDbParameterGroupOutput
sourcepub fn builder() -> CopyDbParameterGroupOutputBuilder
pub fn builder() -> CopyDbParameterGroupOutputBuilder
Creates a new builder-style object to manufacture CopyDbParameterGroupOutput.
Trait Implementations§
source§impl Clone for CopyDbParameterGroupOutput
impl Clone for CopyDbParameterGroupOutput
source§fn clone(&self) -> CopyDbParameterGroupOutput
fn clone(&self) -> CopyDbParameterGroupOutput
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 CopyDbParameterGroupOutput
impl Debug for CopyDbParameterGroupOutput
source§impl PartialEq<CopyDbParameterGroupOutput> for CopyDbParameterGroupOutput
impl PartialEq<CopyDbParameterGroupOutput> for CopyDbParameterGroupOutput
source§fn eq(&self, other: &CopyDbParameterGroupOutput) -> bool
fn eq(&self, other: &CopyDbParameterGroupOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for CopyDbParameterGroupOutput
impl RequestId for CopyDbParameterGroupOutput
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.