#[non_exhaustive]pub struct DescribeCacheParameterGroupsInput { /* private fields */ }
Expand description
Represents the input of a DescribeCacheParameterGroups
operation.
Implementations§
source§impl DescribeCacheParameterGroupsInput
impl DescribeCacheParameterGroupsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeCacheParameterGroups, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeCacheParameterGroups, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeCacheParameterGroups
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeCacheParameterGroupsInput
.
source§impl DescribeCacheParameterGroupsInput
impl DescribeCacheParameterGroupsInput
sourcepub fn cache_parameter_group_name(&self) -> Option<&str>
pub fn cache_parameter_group_name(&self) -> Option<&str>
The name of a specific cache parameter group to return details for.
sourcepub fn max_records(&self) -> Option<i32>
pub fn max_records(&self) -> Option<i32>
The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a marker is included in the response so that the remaining results can be retrieved.
Default: 100
Constraints: minimum 20; maximum 100.
Trait Implementations§
source§impl Clone for DescribeCacheParameterGroupsInput
impl Clone for DescribeCacheParameterGroupsInput
source§fn clone(&self) -> DescribeCacheParameterGroupsInput
fn clone(&self) -> DescribeCacheParameterGroupsInput
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<DescribeCacheParameterGroupsInput> for DescribeCacheParameterGroupsInput
impl PartialEq<DescribeCacheParameterGroupsInput> for DescribeCacheParameterGroupsInput
source§fn eq(&self, other: &DescribeCacheParameterGroupsInput) -> bool
fn eq(&self, other: &DescribeCacheParameterGroupsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.