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.
2886 2887 2888 |
# File 'sig/types.rbs', line 2886 def destination_id @destination_id end |
#source_id ⇒ ::String
Returns the value of attribute source_id.
2885 2886 2887 |
# File 'sig/types.rbs', line 2885 def source_id @source_id end |