Struct rusoto_organizations::DeletePolicyRequest [] [src]

pub struct DeletePolicyRequest {
    pub policy_id: String,
}

Fields

The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

The regex pattern for a policy ID string requires "p-" followed by from 8 to 128 lower-case letters or digits.

Trait Implementations

impl Default for DeletePolicyRequest
[src]

[src]

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

impl Debug for DeletePolicyRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeletePolicyRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more