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]

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

impl Debug for DeletePolicyRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DeletePolicyRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DeletePolicyRequest
[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