Struct rusoto_route53::UpdateTrafficPolicyCommentRequest [] [src]

pub struct UpdateTrafficPolicyCommentRequest {
    pub comment: String,
    pub id: String,
    pub version: i64,
}

A complex type that contains information about the traffic policy that you want to update the comment for.

Fields

The new comment for the specified traffic policy and version.

The value of Id for the traffic policy that you want to update the comment for.

The value of Version for the traffic policy that you want to update the comment for.

Trait Implementations

impl Default for UpdateTrafficPolicyCommentRequest
[src]

[src]

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

impl Debug for UpdateTrafficPolicyCommentRequest
[src]

[src]

Formats the value using the given formatter.