#[non_exhaustive]pub struct DescribeDbParametersOutput { /* private fields */ }Expand description
Contains the result of a successful invocation of the DescribeDBParameters action.
Implementations§
source§impl DescribeDbParametersOutput
impl DescribeDbParametersOutput
sourcepub fn parameters(&self) -> Option<&[Parameter]>
pub fn parameters(&self) -> Option<&[Parameter]>
A list of Parameter values.
source§impl DescribeDbParametersOutput
impl DescribeDbParametersOutput
sourcepub fn builder() -> DescribeDbParametersOutputBuilder
pub fn builder() -> DescribeDbParametersOutputBuilder
Creates a new builder-style object to manufacture DescribeDbParametersOutput.
Trait Implementations§
source§impl Clone for DescribeDbParametersOutput
impl Clone for DescribeDbParametersOutput
source§fn clone(&self) -> DescribeDbParametersOutput
fn clone(&self) -> DescribeDbParametersOutput
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 DescribeDbParametersOutput
impl Debug for DescribeDbParametersOutput
source§impl PartialEq<DescribeDbParametersOutput> for DescribeDbParametersOutput
impl PartialEq<DescribeDbParametersOutput> for DescribeDbParametersOutput
source§fn eq(&self, other: &DescribeDbParametersOutput) -> bool
fn eq(&self, other: &DescribeDbParametersOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeDbParametersOutput
impl RequestId for DescribeDbParametersOutput
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.