Struct rusoto_route53::UpdateTrafficPolicyInstanceResponse[][src]

pub struct UpdateTrafficPolicyInstanceResponse {
    pub traffic_policy_instance: TrafficPolicyInstance,
}

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

Fields

A complex type that contains settings for the updated traffic policy instance.

Trait Implementations

impl Default for UpdateTrafficPolicyInstanceResponse
[src]

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

impl Debug for UpdateTrafficPolicyInstanceResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateTrafficPolicyInstanceResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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