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]

[src]

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

impl Debug for DescribePolicyRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribePolicyRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations