Struct rusoto_route53::DeleteTrafficPolicyRequest [] [src]

pub struct DeleteTrafficPolicyRequest {
    pub id: TrafficPolicyId,
    pub version: TrafficPolicyVersion,
}

A request to delete a specified traffic policy version.

Fields

The ID of the traffic policy that you want to delete.

The version number of the traffic policy that you want to delete.

Trait Implementations

impl Default for DeleteTrafficPolicyRequest
[src]

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

impl Clone for DeleteTrafficPolicyRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DeleteTrafficPolicyRequest
[src]

Formats the value using the given formatter.