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

Class: Aws::Organizations::Types::PolicyTypeSummary

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

Overview

Contains information about a policy type and its status in the associated root.

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

Possible values:

  • ENABLED
  • PENDING_ENABLE
  • PENDING_DISABLE

Returns:

  • (String)

    The status of the policy type as it relates to the associated root.

#typeString

The name of the policy type.

Possible values:

  • SERVICE_CONTROL_POLICY
  • TAG_POLICY
  • BACKUP_POLICY
  • AISERVICES_OPT_OUT_POLICY

Returns:

  • (String)

    The name of the policy type.