Struct rusoto_dms::DescribeRefreshSchemasStatusMessage[][src]

pub struct DescribeRefreshSchemasStatusMessage {
    pub endpoint_arn: String,
}

Fields

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

Trait Implementations

impl Default for DescribeRefreshSchemasStatusMessage
[src]

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

impl Debug for DescribeRefreshSchemasStatusMessage
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeRefreshSchemasStatusMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescribeRefreshSchemasStatusMessage
[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