Class: Aws::CloudDirectory::Types::BatchAttachTypedLink
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchAttachTypedLink
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Attaches a typed link to a specified source and target object inside a BatchRead operation. For more information, see AttachTypedLink and BatchReadRequest$Operations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Array<Types::AttributeNameAndValue>
A set of attributes that are associated with the typed link.
-
#source_object_reference ⇒ Types::ObjectReference
Identifies the source object that the typed link will attach to.
-
#target_object_reference ⇒ Types::ObjectReference
Identifies the target object that the typed link will attach to.
-
#typed_link_facet ⇒ Types::TypedLinkSchemaAndFacetName
Identifies the typed link facet that is associated with the typed link.
Instance Attribute Details
#attributes ⇒ Array<Types::AttributeNameAndValue>
A set of attributes that are associated with the typed link.
468 469 470 471 472 473 474 475 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 468 class BatchAttachTypedLink < Struct.new( :source_object_reference, :target_object_reference, :typed_link_facet, :attributes) SENSITIVE = [] include Aws::Structure end |
#source_object_reference ⇒ Types::ObjectReference
Identifies the source object that the typed link will attach to.
468 469 470 471 472 473 474 475 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 468 class BatchAttachTypedLink < Struct.new( :source_object_reference, :target_object_reference, :typed_link_facet, :attributes) SENSITIVE = [] include Aws::Structure end |
#target_object_reference ⇒ Types::ObjectReference
Identifies the target object that the typed link will attach to.
468 469 470 471 472 473 474 475 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 468 class BatchAttachTypedLink < Struct.new( :source_object_reference, :target_object_reference, :typed_link_facet, :attributes) SENSITIVE = [] include Aws::Structure end |
#typed_link_facet ⇒ Types::TypedLinkSchemaAndFacetName
Identifies the typed link facet that is associated with the typed link.
468 469 470 471 472 473 474 475 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 468 class BatchAttachTypedLink < Struct.new( :source_object_reference, :target_object_reference, :typed_link_facet, :attributes) SENSITIVE = [] include Aws::Structure end |