Class: Aws::CloudDirectory::Types::BatchDetachPolicy

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb

Overview

Detaches the specified policy from the specified directory inside a BatchWrite operation. For more information, see DetachPolicy and BatchWriteRequest$Operations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#object_referenceTypes::ObjectReference

Reference that identifies the object whose policy object will be detached.



718
719
720
721
722
723
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 718

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

#policy_referenceTypes::ObjectReference

Reference that identifies the policy object.



718
719
720
721
722
723
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 718

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