Struct rusoto_elasticache::CacheParameterGroupDetails [] [src]

pub struct CacheParameterGroupDetails {
    pub cache_node_type_specific_parameters: Option<CacheNodeTypeSpecificParametersList>,
    pub marker: Option<String>,
    pub parameters: Option<ParametersList>,
}

Represents the output of a DescribeCacheParameters operation.

Fields

A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

Provides an identifier to allow retrieval of paginated results.

A list of Parameter instances.

Trait Implementations

impl Default for CacheParameterGroupDetails
[src]

Returns the "default value" for a type. Read more

impl Debug for CacheParameterGroupDetails
[src]

Formats the value using the given formatter.

impl Clone for CacheParameterGroupDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more