Struct rusoto_rds::EventSubscriptionsMessage [] [src]

pub struct EventSubscriptionsMessage {
    pub event_subscriptions_list: Option<EventSubscriptionsList>,
    pub marker: Option<String>,
}

Data returned by the DescribeEventSubscriptions action.

Fields

A list of EventSubscriptions data types.

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

Trait Implementations

impl Default for EventSubscriptionsMessage
[src]

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

impl Debug for EventSubscriptionsMessage
[src]

Formats the value using the given formatter.

impl Clone for EventSubscriptionsMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more