Class: Aws::CloudDirectory::Types::BatchAttachPolicy

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/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

Instance Attribute Details

#object_referenceTypes::ObjectReference

The reference that identifies the object to which the policy will be attached.



397
398
399
400
401
402
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 397

class BatchAttachPolicy < Struct.new(
  :policy_reference,
  :object_reference)
  SENSITIVE = []
  include Aws::Structure
end

#policy_referenceTypes::ObjectReference

The reference that is associated with the policy object.



397
398
399
400
401
402
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 397

class BatchAttachPolicy < Struct.new(
  :policy_reference,
  :object_reference)
  SENSITIVE = []
  include Aws::Structure
end