Struct rusoto_route53::CreateTrafficPolicyVersionRequest [] [src]

pub struct CreateTrafficPolicyVersionRequest {
    pub comment: Option<String>,
    pub document: String,
    pub id: String,
}

A complex type that contains information about the traffic policy that you want to create a new version for.

Fields

The comment that you specified in the CreateTrafficPolicyVersion request, if any.

The definition of this version of the traffic policy, in JSON format. You specified the JSON in the CreateTrafficPolicyVersion request. For more information about the JSON format, see CreateTrafficPolicy.

The ID of the traffic policy for which you want to create a new version.

Trait Implementations

impl Default for CreateTrafficPolicyVersionRequest
[src]

[src]

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

impl Debug for CreateTrafficPolicyVersionRequest
[src]

[src]

Formats the value using the given formatter.