Class: Aws::Types::ListObjectParentPathsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:



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.

Returns:



1172
1173
1174
# File 'sig/types.rbs', line 1172

def path_to_object_identifiers_list
  @path_to_object_identifiers_list
end