Class: Aws::Types::RelationshipsListItem
- Inherits:
-
Object
- Object
- Aws::Types::RelationshipsListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ids ⇒ ::Array[::String]
Returns the value of attribute ids.
-
#type ⇒ "CHILD"
Returns the value of attribute type.
Instance Attribute Details
#ids ⇒ ::Array[::String]
Returns the value of attribute ids.
1546 1547 1548 |
# File 'sig/types.rbs', line 1546 def ids @ids end |
#type ⇒ "CHILD"
Returns the value of attribute type.
1547 1548 1549 |
# File 'sig/types.rbs', line 1547 def type @type end |