Class: Aws::Types::ListChildrenResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListChildrenResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#children ⇒ ::Array[Types::Child]
Returns the value of attribute children.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#children ⇒ ::Array[Types::Child]
Returns the value of attribute children.
593 594 595 |
# File 'sig/types.rbs', line 593 def children @children end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
594 595 596 |
# File 'sig/types.rbs', line 594 def next_token @next_token end |