Struct rusoto_rds::SourceRegionMessage [] [src]

pub struct SourceRegionMessage {
    pub marker: Option<String>,
    pub source_regions: Option<SourceRegionList>,
}

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

Fields

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

A list of SourceRegion instances that contains each source AWS Region that the current region can get a Read Replica or a DB snapshot from.

Trait Implementations

impl Default for SourceRegionMessage
[src]

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

impl Debug for SourceRegionMessage
[src]

Formats the value using the given formatter.

impl Clone for SourceRegionMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more