You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Organizations::Types::DescribeEffectivePolicyRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeEffectivePolicyRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#policy_typeString

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

Returns:

  • (String)

    The type of policy that you want information about.

#target_idString

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.

Returns:

  • (String)

    When you\'re signed in as the management account, specify the ID of the account that you want details about.