Class: Aws::Organizations::Types::DescribePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::DescribePolicyRequest
- Defined in:
- gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_id ⇒ String
ID for the policy that you want details about.
Instance Attribute Details
#policy_id ⇒ String
ID for 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 lowercase or uppercase letters, digits, or the underscore character (_).
1794 1795 1796 1797 1798 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1794 class DescribePolicyRequest < Struct.new( :policy_id) SENSITIVE = [] include Aws::Structure end |