Struct rusoto_route53::AlarmIdentifier[][src]

pub struct AlarmIdentifier {
    pub name: String,
    pub region: String,
}

A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

Fields

The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

For the current list of CloudWatch regions, see Amazon CloudWatch in the AWS Regions and Endpoints chapter of the Amazon Web Services General Reference.

Trait Implementations

impl Default for AlarmIdentifier
[src]

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

impl Debug for AlarmIdentifier
[src]

Formats the value using the given formatter. Read more

impl Clone for AlarmIdentifier
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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