Struct rusoto_route53::DeleteTrafficPolicyInstanceRequest[][src]

pub struct DeleteTrafficPolicyInstanceRequest {
    pub id: String,
}

A request to delete a specified traffic policy instance.

Fields

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

When you delete a traffic policy instance, Amazon Route 53 also deletes all of the resource record sets that were created when you created the traffic policy instance.

Trait Implementations

impl Default for DeleteTrafficPolicyInstanceRequest
[src]

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

impl Debug for DeleteTrafficPolicyInstanceRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteTrafficPolicyInstanceRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DeleteTrafficPolicyInstanceRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations