Struct rusoto_rds::EngineDefaults [] [src]

pub struct EngineDefaults {
    pub db_parameter_group_family: Option<String>,
    pub marker: Option<String>,
    pub parameters: Option<Vec<Parameter>>,
}

Contains the result of a successful invocation of the DescribeEngineDefaultParameters action.

Fields

Specifies the name of the DB parameter group family that the engine default parameters apply to.

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

Contains a list of engine default parameters.

Trait Implementations

impl Default for EngineDefaults
[src]

[src]

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

impl Debug for EngineDefaults
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for EngineDefaults
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations