Class: Aws::Types::SearchRelatedItemsResponse
- Inherits:
-
Object
- Object
- Aws::Types::SearchRelatedItemsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#related_items ⇒ ::Array[Types::SearchRelatedItemsResponseItem]
Returns the value of attribute related_items.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def next_token @next_token end |
#related_items ⇒ ::Array[Types::SearchRelatedItemsResponseItem]
Returns the value of attribute related_items.
1121 1122 1123 |
# File 'sig/types.rbs', line 1121 def @related_items end |