Struct rusoto_route53::UpdateTrafficPolicyCommentResponse[][src]

pub struct UpdateTrafficPolicyCommentResponse {
    pub traffic_policy: TrafficPolicy,
}

A complex type that contains the response information for the traffic policy.

Fields

A complex type that contains settings for the specified traffic policy.

Trait Implementations

impl Default for UpdateTrafficPolicyCommentResponse
[src]

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

impl Debug for UpdateTrafficPolicyCommentResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateTrafficPolicyCommentResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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