Struct rusoto_route53::GetCheckerIpRangesResponse [] [src]

pub struct GetCheckerIpRangesResponse {
    pub checker_ip_ranges: CheckerIpRanges,
}

A complex type that contains the CheckerIpRanges element.

Fields

A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.

Trait Implementations

impl Default for GetCheckerIpRangesResponse
[src]

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

impl Clone for GetCheckerIpRangesResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetCheckerIpRangesResponse
[src]

Formats the value using the given formatter.