Class: Aws::CloudDirectory::Types::AttachTypedLinkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::AttachTypedLinkRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Array<Types::AttributeNameAndValue>
A set of attributes that are associated with the typed link.
-
#directory_arn ⇒ String
The Amazon Resource Name (ARN) of the directory where you want to attach 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.
229 230 231 232 233 234 235 236 237 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 229 class AttachTypedLinkRequest < Struct.new( :directory_arn, :source_object_reference, :target_object_reference, :typed_link_facet, :attributes) SENSITIVE = [] include Aws::Structure end |
#directory_arn ⇒ String
The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.
229 230 231 232 233 234 235 236 237 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 229 class AttachTypedLinkRequest < Struct.new( :directory_arn, :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.
229 230 231 232 233 234 235 236 237 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 229 class AttachTypedLinkRequest < Struct.new( :directory_arn, :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.
229 230 231 232 233 234 235 236 237 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 229 class AttachTypedLinkRequest < Struct.new( :directory_arn, :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.
229 230 231 232 233 234 235 236 237 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 229 class AttachTypedLinkRequest < Struct.new( :directory_arn, :source_object_reference, :target_object_reference, :typed_link_facet, :attributes) SENSITIVE = [] include Aws::Structure end |