Class: Aws::Types::BatchListObjectParentsResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchListObjectParentsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#parent_links ⇒ ::Array[Types::ObjectIdentifierAndLinkNameTuple]
Returns the value of attribute parent_links.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
363 364 365 |
# File 'sig/types.rbs', line 363 def next_token @next_token end |
#parent_links ⇒ ::Array[Types::ObjectIdentifierAndLinkNameTuple]
Returns the value of attribute parent_links.
362 363 364 |
# File 'sig/types.rbs', line 362 def parent_links @parent_links end |