Class: Aws::CloudDirectory::Types::BatchDetachPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchDetachPolicy
- Includes:
- Structure
- Defined in:
- 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
-
#object_reference ⇒ Types::ObjectReference
Reference that identifies the object whose policy object will be detached.
-
#policy_reference ⇒ Types::ObjectReference
Reference that identifies the policy object.
Instance Attribute Details
#object_reference ⇒ Types::ObjectReference
Reference that identifies the object whose policy object will be detached.
718 719 720 721 722 723 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 718 class BatchDetachPolicy < Struct.new( :policy_reference, :object_reference) SENSITIVE = [] include Aws::Structure end |
#policy_reference ⇒ Types::ObjectReference
Reference that identifies the policy object.
718 719 720 721 722 723 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 718 class BatchDetachPolicy < Struct.new( :policy_reference, :object_reference) SENSITIVE = [] include Aws::Structure end |