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

Class: Aws::Organizations::Types::EffectivePolicy

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

Overview

Contains rules to be applied to the affected accounts. The effective policy is the aggregation of any policies the account inherits, plus any policy directly attached to the account.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#last_updated_timestamp ⇒ Time

The time of the last update to this policy.

Returns:

  • (Time) —

    The time of the last update to this policy.

#policy_content ⇒ String

The text content of the policy.

Returns:

  • (String) —

    The text content of the policy.

#policy_type ⇒ String

The policy type.

Possible values:

  • TAG_POLICY
  • BACKUP_POLICY
  • AISERVICES_OPT_OUT_POLICY

Returns:

  • (String) —

    The policy type.

#target_id ⇒ String

The account ID of the policy target.

Returns:

  • (String) —

    The account ID of the policy target.