Class: Aws::Types::Edge
- Inherits:
-
Object
- Object
- Aws::Types::Edge
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_type ⇒ "ContributedTo", ...
Returns the value of attribute association_type.
-
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
Instance Attribute Details
#association_type ⇒ "ContributedTo", ...
Returns the value of attribute association_type.
5611 5612 5613 |
# File 'sig/types.rbs', line 5611 def association_type @association_type end |
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
5610 5611 5612 |
# File 'sig/types.rbs', line 5610 def destination_arn @destination_arn end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
5609 5610 5611 |
# File 'sig/types.rbs', line 5609 def source_arn @source_arn end |