Class: Aws::Types::Relationship
- Inherits:
-
Object
- Object
- Aws::Types::Relationship
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#from ⇒ ::String
Returns the value of attribute from.
-
#to ⇒ ::String
Returns the value of attribute to.
Instance Attribute Details
#from ⇒ ::String
Returns the value of attribute from.
1596 1597 1598 |
# File 'sig/types.rbs', line 1596 def from @from end |
#to ⇒ ::String
Returns the value of attribute to.
1597 1598 1599 |
# File 'sig/types.rbs', line 1597 def to @to end |