Class: Aws::Types::Edge
- Inherits:
-
Object
- Object
- Aws::Types::Edge
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_id ⇒ ::String
Returns the value of attribute destination_id.
-
#source_id ⇒ ::String
Returns the value of attribute source_id.
Instance Attribute Details
#destination_id ⇒ ::String
Returns the value of attribute destination_id.
2896 2897 2898 |
# File 'sig/types.rbs', line 2896 def destination_id @destination_id end |
#source_id ⇒ ::String
Returns the value of attribute source_id.
2895 2896 2897 |
# File 'sig/types.rbs', line 2895 def source_id @source_id end |