Class: Aws::Types::SearchListingsOutput
- Inherits:
-
Object
- Object
- Aws::Types::SearchListingsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregates ⇒ ::Array[Types::AggregationOutput]
Returns the value of attribute aggregates.
-
#items ⇒ ::Array[Types::SearchResultItem]
Returns the value of attribute items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#total_match_count ⇒ ::Integer
Returns the value of attribute total_match_count.
Instance Attribute Details
#aggregates ⇒ ::Array[Types::AggregationOutput]
Returns the value of attribute aggregates.
5640 5641 5642 |
# File 'sig/types.rbs', line 5640 def aggregates @aggregates end |
#items ⇒ ::Array[Types::SearchResultItem]
Returns the value of attribute items.
5637 5638 5639 |
# File 'sig/types.rbs', line 5637 def items @items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5638 5639 5640 |
# File 'sig/types.rbs', line 5638 def next_token @next_token end |
#total_match_count ⇒ ::Integer
Returns the value of attribute total_match_count.
5639 5640 5641 |
# File 'sig/types.rbs', line 5639 def total_match_count @total_match_count end |