Struct aws_sdk_elasticache::operation::describe_cache_parameter_groups::DescribeCacheParameterGroupsOutput
source · #[non_exhaustive]pub struct DescribeCacheParameterGroupsOutput { /* private fields */ }
Expand description
Represents the output of a DescribeCacheParameterGroups
operation.
Implementations§
source§impl DescribeCacheParameterGroupsOutput
impl DescribeCacheParameterGroupsOutput
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
Provides an identifier to allow retrieval of paginated results.
sourcepub fn cache_parameter_groups(&self) -> Option<&[CacheParameterGroup]>
pub fn cache_parameter_groups(&self) -> Option<&[CacheParameterGroup]>
A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.
source§impl DescribeCacheParameterGroupsOutput
impl DescribeCacheParameterGroupsOutput
sourcepub fn builder() -> DescribeCacheParameterGroupsOutputBuilder
pub fn builder() -> DescribeCacheParameterGroupsOutputBuilder
Creates a new builder-style object to manufacture DescribeCacheParameterGroupsOutput
.
Trait Implementations§
source§impl Clone for DescribeCacheParameterGroupsOutput
impl Clone for DescribeCacheParameterGroupsOutput
source§fn clone(&self) -> DescribeCacheParameterGroupsOutput
fn clone(&self) -> DescribeCacheParameterGroupsOutput
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<DescribeCacheParameterGroupsOutput> for DescribeCacheParameterGroupsOutput
impl PartialEq<DescribeCacheParameterGroupsOutput> for DescribeCacheParameterGroupsOutput
source§fn eq(&self, other: &DescribeCacheParameterGroupsOutput) -> bool
fn eq(&self, other: &DescribeCacheParameterGroupsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeCacheParameterGroupsOutput
impl RequestId for DescribeCacheParameterGroupsOutput
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.impl StructuralPartialEq for DescribeCacheParameterGroupsOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeCacheParameterGroupsOutput
impl Send for DescribeCacheParameterGroupsOutput
impl Sync for DescribeCacheParameterGroupsOutput
impl Unpin for DescribeCacheParameterGroupsOutput
impl UnwindSafe for DescribeCacheParameterGroupsOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more