Class: Aws::Types::Relationship
- Inherits:
-
Object
- Object
- Aws::Types::Relationship
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ids ⇒ ::Array[::String]
Returns the value of attribute ids.
-
#type ⇒ "VALUE", ...
Returns the value of attribute type.
Instance Attribute Details
#ids ⇒ ::Array[::String]
Returns the value of attribute ids.
613 614 615 |
# File 'sig/types.rbs', line 613 def ids @ids end |
#type ⇒ "VALUE", ...
Returns the value of attribute type.
612 613 614 |
# File 'sig/types.rbs', line 612 def type @type end |