Struct rusoto_rds::SourceRegion [] [src]

pub struct SourceRegion {
    pub endpoint: Option<String>,
    pub region_name: Option<String>,
    pub status: Option<String>,
}

Contains an AWS Region name as the result of a successful call to the DescribeSourceRegions action.

Fields

The endpoint for the source AWS Region endpoint.

The name of the source AWS Region.

The status of the source AWS Region.

Trait Implementations

impl Default for SourceRegion
[src]

[src]

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

impl Debug for SourceRegion
[src]

[src]

Formats the value using the given formatter.

impl Clone for SourceRegion
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more