Class: Aws::Types::BatchListObjectChildrenResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchListObjectChildrenResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#children ⇒ ::Hash[::String, ::String]
Returns the value of attribute children.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#children ⇒ ::Hash[::String, ::String]
Returns the value of attribute children.
336 337 338 |
# File 'sig/types.rbs', line 336 def children @children end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
337 338 339 |
# File 'sig/types.rbs', line 337 def next_token @next_token end |