Class: Aws::Types::AttachTypedLinkRequest
- Inherits:
-
Object
- Object
- Aws::Types::AttachTypedLinkRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Array[Types::AttributeNameAndValue]
Returns the value of attribute attributes.
-
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
-
#source_object_reference ⇒ Types::ObjectReference
Returns the value of attribute source_object_reference.
-
#target_object_reference ⇒ Types::ObjectReference
Returns the value of attribute target_object_reference.
-
#typed_link_facet ⇒ Types::TypedLinkSchemaAndFacetName
Returns the value of attribute typed_link_facet.
Instance Attribute Details
#attributes ⇒ ::Array[Types::AttributeNameAndValue]
Returns the value of attribute attributes.
79 80 81 |
# File 'sig/types.rbs', line 79 def attributes @attributes end |
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
75 76 77 |
# File 'sig/types.rbs', line 75 def directory_arn @directory_arn end |
#source_object_reference ⇒ Types::ObjectReference
Returns the value of attribute source_object_reference.
76 77 78 |
# File 'sig/types.rbs', line 76 def source_object_reference @source_object_reference end |
#target_object_reference ⇒ Types::ObjectReference
Returns the value of attribute target_object_reference.
77 78 79 |
# File 'sig/types.rbs', line 77 def target_object_reference @target_object_reference end |
#typed_link_facet ⇒ Types::TypedLinkSchemaAndFacetName
Returns the value of attribute typed_link_facet.
78 79 80 |
# File 'sig/types.rbs', line 78 def typed_link_facet @typed_link_facet end |