Struct rusoto_route53::CreateTrafficPolicyResponse [] [src]

pub struct CreateTrafficPolicyResponse {
    pub location: String,
    pub traffic_policy: TrafficPolicy,
}

A complex type that contains the response information for the CreateTrafficPolicy request.

Fields

A unique URL that represents a new traffic policy.

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

Trait Implementations

impl Default for CreateTrafficPolicyResponse
[src]

[src]

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

impl Debug for CreateTrafficPolicyResponse
[src]

[src]

Formats the value using the given formatter.