Class: Aws::Types::SearchAllRelatedItemsResponse

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:

  • (::String)


1062
1063
1064
# File 'sig/types.rbs', line 1062

def next_token
  @next_token
end

Returns the value of attribute related_items.



1063
1064
1065
# File 'sig/types.rbs', line 1063

def related_items
  @related_items
end