class Aws::Organizations::Types::DescribeEffectivePolicyRequest

@note When making an API call, you may pass DescribeEffectivePolicyRequest

data as a hash:

    {
      policy_type: "TAG_POLICY", # required, accepts TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY
      target_id: "PolicyTargetId",
    }

@!attribute [rw] policy_type

The type of policy that you want information about. You can specify
one of the following values:

* [AISERVICES\_OPT\_OUT\_POLICY][1]

* [BACKUP\_POLICY][2]

* [TAG\_POLICY][3]

[1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
[2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
[3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
@return [String]

@!attribute [rw] target_id

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DescribeEffectivePolicyRequest AWS API Documentation

Constants

SENSITIVE