Class: Aws::Types::ListObjectParentPathsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListObjectParentPathsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#path_to_object_identifiers_list ⇒ ::Array[Types::PathToObjectIdentifiers]
Returns the value of attribute path_to_object_identifiers_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def next_token @next_token end |
#path_to_object_identifiers_list ⇒ ::Array[Types::PathToObjectIdentifiers]
Returns the value of attribute path_to_object_identifiers_list.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def path_to_object_identifiers_list @path_to_object_identifiers_list end |