Class: Aws::Types::BatchAttachTypedLink
- Inherits:
-
Object
- Object
- Aws::Types::BatchAttachTypedLink
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Array[Types::AttributeNameAndValue]
Returns the value of attribute attributes.
-
#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.
153 154 155 |
# File 'sig/types.rbs', line 153 def attributes @attributes end |
#source_object_reference ⇒ Types::ObjectReference
Returns the value of attribute source_object_reference.
150 151 152 |
# File 'sig/types.rbs', line 150 def source_object_reference @source_object_reference end |
#target_object_reference ⇒ Types::ObjectReference
Returns the value of attribute target_object_reference.
151 152 153 |
# File 'sig/types.rbs', line 151 def target_object_reference @target_object_reference end |
#typed_link_facet ⇒ Types::TypedLinkSchemaAndFacetName
Returns the value of attribute typed_link_facet.
152 153 154 |
# File 'sig/types.rbs', line 152 def typed_link_facet @typed_link_facet end |