Struct rusoto_rds::DBClusterParameterGroupDetails [] [src]

pub struct DBClusterParameterGroupDetails {
    pub marker: Option<String>,
    pub parameters: Option<ParametersList>,
}

Provides details about a DB cluster parameter group including the parameters in the DB cluster parameter group.

Fields

An optional pagination token provided by a previous DescribeDBClusterParameters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

Provides a list of parameters for the DB cluster parameter group.

Trait Implementations

impl Default for DBClusterParameterGroupDetails
[src]

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

impl Debug for DBClusterParameterGroupDetails
[src]

Formats the value using the given formatter.

impl Clone for DBClusterParameterGroupDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more