Struct aws_sdk_rds::operation::describe_db_parameter_groups::DescribeDbParameterGroupsOutput
source · #[non_exhaustive]pub struct DescribeDbParameterGroupsOutput { /* private fields */ }Expand description
Contains the result of a successful invocation of the DescribeDBParameterGroups action.
Implementations§
source§impl DescribeDbParameterGroupsOutput
impl DescribeDbParameterGroupsOutput
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_parameter_groups(&self) -> Option<&[DbParameterGroup]>
pub fn db_parameter_groups(&self) -> Option<&[DbParameterGroup]>
A list of DBParameterGroup instances.
source§impl DescribeDbParameterGroupsOutput
impl DescribeDbParameterGroupsOutput
sourcepub fn builder() -> DescribeDbParameterGroupsOutputBuilder
pub fn builder() -> DescribeDbParameterGroupsOutputBuilder
Creates a new builder-style object to manufacture DescribeDbParameterGroupsOutput.
Trait Implementations§
source§impl Clone for DescribeDbParameterGroupsOutput
impl Clone for DescribeDbParameterGroupsOutput
source§fn clone(&self) -> DescribeDbParameterGroupsOutput
fn clone(&self) -> DescribeDbParameterGroupsOutput
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<DescribeDbParameterGroupsOutput> for DescribeDbParameterGroupsOutput
impl PartialEq<DescribeDbParameterGroupsOutput> for DescribeDbParameterGroupsOutput
source§fn eq(&self, other: &DescribeDbParameterGroupsOutput) -> bool
fn eq(&self, other: &DescribeDbParameterGroupsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeDbParameterGroupsOutput
impl RequestId for DescribeDbParameterGroupsOutput
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.