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

Class: Aws::Organizations::Types::PolicySummary

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

Overview

Contains information about a policy, but does not include the content. To see the content of a policy, see DescribePolicy.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the policy.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the policy.

#aws_managedBoolean

A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

Returns:

  • (Boolean)

    A boolean value that indicates whether the specified policy is an AWS managed policy.

#descriptionString

The description of the policy.

Returns:

  • (String)

    The description of the policy.

#idString

The unique identifier (ID) of the policy.

The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

Returns:

  • (String)

    The unique identifier (ID) of the policy.

#nameString

The friendly name of the policy.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

Returns:

  • (String)

    The friendly name of the policy.

#typeString

The type of policy.

Possible values:

  • SERVICE_CONTROL_POLICY
  • TAG_POLICY
  • BACKUP_POLICY
  • AISERVICES_OPT_OUT_POLICY

Returns:

  • (String)

    The type of policy.