Class: Aws::CloudDirectory::Types::BatchDetachTypedLink
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchDetachTypedLink
- Includes:
- Structure
- Defined in:
- 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
-
#typed_link_specifier ⇒ Types::TypedLinkSpecifier
Used to accept a typed link specifier as input.
Instance Attribute Details
#typed_link_specifier ⇒ Types::TypedLinkSpecifier
Used to accept a typed link specifier as input.
741 742 743 744 745 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 741 class BatchDetachTypedLink < Struct.new( :typed_link_specifier) SENSITIVE = [] include Aws::Structure end |