Struct rusoto_rds::OrderableDBInstanceOptionsMessage [] [src]

pub struct OrderableDBInstanceOptionsMessage {
    pub marker: Option<String>,
    pub orderable_db_instance_options: Option<OrderableDBInstanceOptionsList>,
}

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

Fields

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

An OrderableDBInstanceOption structure containing information about orderable options for the DB instance.

Trait Implementations

impl Default for OrderableDBInstanceOptionsMessage
[src]

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

impl Debug for OrderableDBInstanceOptionsMessage
[src]

Formats the value using the given formatter.

impl Clone for OrderableDBInstanceOptionsMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more