Struct rusoto_route53::CreateTrafficPolicyRequest [] [src]

pub struct CreateTrafficPolicyRequest {
    pub comment: Option<TrafficPolicyComment>,
    pub document: TrafficPolicyDocument,
    pub name: TrafficPolicyName,
}

A complex type that contains information about the traffic policy that you want to create.

Fields

(Optional) Any comments that you want to include about the traffic policy.

The definition of this traffic policy in JSON format. For more information, see Traffic Policy Document Format.

The name of the traffic policy.

Trait Implementations

impl Default for CreateTrafficPolicyRequest
[src]

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

impl Clone for CreateTrafficPolicyRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CreateTrafficPolicyRequest
[src]

Formats the value using the given formatter.