Class: Aws::Types::GraphLink
- Inherits:
-
Object
- Object
- Aws::Types::GraphLink
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_trace_ids ⇒ ::Array[::String]
Returns the value of attribute destination_trace_ids.
-
#reference_type ⇒ ::String
Returns the value of attribute reference_type.
-
#source_trace_id ⇒ ::String
Returns the value of attribute source_trace_id.
Instance Attribute Details
#destination_trace_ids ⇒ ::Array[::String]
Returns the value of attribute destination_trace_ids.
441 442 443 |
# File 'sig/types.rbs', line 441 def destination_trace_ids @destination_trace_ids end |
#reference_type ⇒ ::String
Returns the value of attribute reference_type.
439 440 441 |
# File 'sig/types.rbs', line 439 def reference_type @reference_type end |
#source_trace_id ⇒ ::String
Returns the value of attribute source_trace_id.
440 441 442 |
# File 'sig/types.rbs', line 440 def source_trace_id @source_trace_id end |