Struct rusoto_route53::CreateTrafficPolicyVersionResponse [] [src]

pub struct CreateTrafficPolicyVersionResponse {
    pub location: ResourceURI,
    pub traffic_policy: TrafficPolicy,
}

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

Fields

A unique URL that represents a new traffic policy version.

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

Trait Implementations

impl Default for CreateTrafficPolicyVersionResponse
[src]

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

impl Clone for CreateTrafficPolicyVersionResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CreateTrafficPolicyVersionResponse
[src]

Formats the value using the given formatter.