Class: Aws::Types::TypedLinkSpecifier
- Inherits:
-
Object
- Object
- Aws::Types::TypedLinkSpecifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity_attribute_values ⇒ ::Array[Types::AttributeNameAndValue]
Returns the value of attribute identity_attribute_values.
-
#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
#identity_attribute_values ⇒ ::Array[Types::AttributeNameAndValue]
Returns the value of attribute identity_attribute_values.
1523 1524 1525 |
# File 'sig/types.rbs', line 1523 def identity_attribute_values @identity_attribute_values end |
#source_object_reference ⇒ Types::ObjectReference
Returns the value of attribute source_object_reference.
1521 1522 1523 |
# File 'sig/types.rbs', line 1521 def source_object_reference @source_object_reference end |
#target_object_reference ⇒ Types::ObjectReference
Returns the value of attribute target_object_reference.
1522 1523 1524 |
# File 'sig/types.rbs', line 1522 def target_object_reference @target_object_reference end |
#typed_link_facet ⇒ Types::TypedLinkSchemaAndFacetName
Returns the value of attribute typed_link_facet.
1520 1521 1522 |
# File 'sig/types.rbs', line 1520 def typed_link_facet @typed_link_facet end |