Class: Aws::Organizations::Types::DescribeEffectivePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::DescribeEffectivePolicyRequest
- Defined in:
- gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_type ⇒ String
The type of policy that you want information about.
-
#target_id ⇒ String
When you're signed in as the management account, specify the ID of the account that you want details about.
Instance Attribute Details
#policy_type ⇒ String
The type of policy that you want information about. You can specify one of the following values:
1675 1676 1677 1678 1679 1680 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1675 class DescribeEffectivePolicyRequest < Struct.new( :policy_type, :target_id) SENSITIVE = [] include Aws::Structure end |
#target_id ⇒ String
When you're signed in as the management account, specify the ID of the account that you want details about. Specifying an organization root or organizational unit (OU) as the target is not supported.
1675 1676 1677 1678 1679 1680 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1675 class DescribeEffectivePolicyRequest < Struct.new( :policy_type, :target_id) SENSITIVE = [] include Aws::Structure end |