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

Class: Aws::CloudDirectory::Types::PolicyAttachment

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

Overview

Contains the PolicyType, PolicyId, and the ObjectIdentifier to which it is attached. For more information, see Policies.

Instance Attribute Summary collapse

Instance Attribute Details

#object_identifierString

The ObjectIdentifier that is associated with PolicyAttachment.

Returns:

  • (String)

    The ObjectIdentifier that is associated with PolicyAttachment.

#policy_idString

The ID of PolicyAttachment.

Returns:

  • (String)

    The ID of PolicyAttachment.

#policy_typeString

The type of policy that can be associated with PolicyAttachment.

Returns:

  • (String)

    The type of policy that can be associated with PolicyAttachment.