Class: Aws::Types::ListObjectParentsResponse

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:



1189
1190
1191
# File 'sig/types.rbs', line 1189

def next_token
  @next_token
end

Returns the value of attribute parent_links.

Returns:



1190
1191
1192
# File 'sig/types.rbs', line 1190

def parent_links
  @parent_links
end

#parents::Hash[::String, ::String]

Returns the value of attribute parents.

Returns:



1188
1189
1190
# File 'sig/types.rbs', line 1188

def parents
  @parents
end