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]

[src]

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

impl Debug for DeleteTrafficPolicyInstanceRequest
[src]

[src]

Formats the value using the given formatter.