Struct rusoto_route53::GetTrafficPolicyInstanceCountResponse [] [src]

pub struct GetTrafficPolicyInstanceCountResponse {
    pub traffic_policy_instance_count: i64,
}

A complex type that contains information about the resource record sets that Amazon Route 53 created based on a specified traffic policy.

Fields

The number of traffic policy instances that are associated with the current AWS account.

Trait Implementations

impl Default for GetTrafficPolicyInstanceCountResponse
[src]

[src]

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

impl Debug for GetTrafficPolicyInstanceCountResponse
[src]

[src]

Formats the value using the given formatter.