Class: Aws::CloudDirectory::Types::BatchAttachPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchAttachPolicy
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Attaches a policy object to a regular object inside a BatchRead operation. For more information, see AttachPolicy and BatchReadRequest$Operations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#object_reference ⇒ Types::ObjectReference
The reference that identifies the object to which the policy will be attached.
-
#policy_reference ⇒ Types::ObjectReference
The reference that is associated with the policy object.
Instance Attribute Details
#object_reference ⇒ Types::ObjectReference
The reference that identifies the object to which the policy will be attached.
397 398 399 400 401 402 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 397 class BatchAttachPolicy < Struct.new( :policy_reference, :object_reference) SENSITIVE = [] include Aws::Structure end |
#policy_reference ⇒ Types::ObjectReference
The reference that is associated with the policy object.
397 398 399 400 401 402 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 397 class BatchAttachPolicy < Struct.new( :policy_reference, :object_reference) SENSITIVE = [] include Aws::Structure end |