Struct aws_sdk_docdb::operation::describe_db_cluster_parameter_groups::DescribeDbClusterParameterGroupsOutput
source · #[non_exhaustive]pub struct DescribeDbClusterParameterGroupsOutput { /* private fields */ }Expand description
Represents the output of DBClusterParameterGroups.
Implementations§
source§impl DescribeDbClusterParameterGroupsOutput
impl DescribeDbClusterParameterGroupsOutput
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
sourcepub fn db_cluster_parameter_groups(&self) -> Option<&[DbClusterParameterGroup]>
pub fn db_cluster_parameter_groups(&self) -> Option<&[DbClusterParameterGroup]>
A list of cluster parameter groups.
source§impl DescribeDbClusterParameterGroupsOutput
impl DescribeDbClusterParameterGroupsOutput
sourcepub fn builder() -> DescribeDbClusterParameterGroupsOutputBuilder
pub fn builder() -> DescribeDbClusterParameterGroupsOutputBuilder
Creates a new builder-style object to manufacture DescribeDbClusterParameterGroupsOutput.
Trait Implementations§
source§impl Clone for DescribeDbClusterParameterGroupsOutput
impl Clone for DescribeDbClusterParameterGroupsOutput
source§fn clone(&self) -> DescribeDbClusterParameterGroupsOutput
fn clone(&self) -> DescribeDbClusterParameterGroupsOutput
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<DescribeDbClusterParameterGroupsOutput> for DescribeDbClusterParameterGroupsOutput
impl PartialEq<DescribeDbClusterParameterGroupsOutput> for DescribeDbClusterParameterGroupsOutput
source§fn eq(&self, other: &DescribeDbClusterParameterGroupsOutput) -> bool
fn eq(&self, other: &DescribeDbClusterParameterGroupsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeDbClusterParameterGroupsOutput
impl RequestId for DescribeDbClusterParameterGroupsOutput
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.