Class: Aws::CloudDirectory::Types::BatchDetachTypedLink

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

Overview

Detaches a typed link from a specified source and target object inside a BatchRead operation. For more information, see DetachTypedLink and BatchReadRequest$Operations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

Used to accept a typed link specifier as input.



741
742
743
744
745
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 741

class BatchDetachTypedLink < Struct.new(
  :typed_link_specifier)
  SENSITIVE = []
  include Aws::Structure
end