Struct aws_sdk_docdb::operation::describe_db_cluster_parameters::DescribeDbClusterParametersOutput
source · #[non_exhaustive]pub struct DescribeDbClusterParametersOutput { /* private fields */ }Expand description
Represents the output of DBClusterParameterGroup.
Implementations§
source§impl DescribeDbClusterParametersOutput
impl DescribeDbClusterParametersOutput
sourcepub fn parameters(&self) -> Option<&[Parameter]>
pub fn parameters(&self) -> Option<&[Parameter]>
Provides a list of parameters for the cluster parameter group.
source§impl DescribeDbClusterParametersOutput
impl DescribeDbClusterParametersOutput
sourcepub fn builder() -> DescribeDbClusterParametersOutputBuilder
pub fn builder() -> DescribeDbClusterParametersOutputBuilder
Creates a new builder-style object to manufacture DescribeDbClusterParametersOutput.
Trait Implementations§
source§impl Clone for DescribeDbClusterParametersOutput
impl Clone for DescribeDbClusterParametersOutput
source§fn clone(&self) -> DescribeDbClusterParametersOutput
fn clone(&self) -> DescribeDbClusterParametersOutput
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 PartialEq<DescribeDbClusterParametersOutput> for DescribeDbClusterParametersOutput
impl PartialEq<DescribeDbClusterParametersOutput> for DescribeDbClusterParametersOutput
source§fn eq(&self, other: &DescribeDbClusterParametersOutput) -> bool
fn eq(&self, other: &DescribeDbClusterParametersOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeDbClusterParametersOutput
impl RequestId for DescribeDbClusterParametersOutput
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.