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]

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

impl Debug for SourceRegion
[src]

Formats the value using the given formatter. Read more

impl Clone for SourceRegion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SourceRegion
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations