Class: Aws::Organizations::Types::DescribeEffectivePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::DescribeEffectivePolicyRequest
- Includes:
- Structure
- Defined in:
- 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:
- DECLARATIVE_POLICY_EC2][1
- BACKUP_POLICY][2
- TAG_POLICY][3
- CHATBOT_POLICY][4
- AISERVICES_OPT_OUT_POLICY][5
- SECURITYHUB_POLICY][6
[1]: docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_declarative.html [2]: docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html [3]: docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html [4]: docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html [5]: docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html [6]: docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_security_hub.html
1624 1625 1626 1627 1628 1629 |
# File 'lib/aws-sdk-organizations/types.rb', line 1624 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.
1624 1625 1626 1627 1628 1629 |
# File 'lib/aws-sdk-organizations/types.rb', line 1624 class DescribeEffectivePolicyRequest < Struct.new( :policy_type, :target_id) SENSITIVE = [] include Aws::Structure end |