Struct rusoto_organizations::DescribePolicyRequest[][src]

pub struct DescribePolicyRequest {
    pub policy_id: String,
}

Fields

The unique identifier (ID) of the policy that you want details about. 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 DescribePolicyRequest
[src]

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

impl Debug for DescribePolicyRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribePolicyRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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