Class: Aws::Types::SearchOutput
- Inherits:
-
Object
- Object
- Aws::Types::SearchOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::SearchInventoryResultItem]
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
#items ⇒ ::Array[Types::SearchInventoryResultItem]
Returns the value of attribute items.
5645 5646 5647 |
# File 'sig/types.rbs', line 5645 def items @items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5646 5647 5648 |
# File 'sig/types.rbs', line 5646 def next_token @next_token end |
#total_match_count ⇒ ::Integer
Returns the value of attribute total_match_count.
5647 5648 5649 |
# File 'sig/types.rbs', line 5647 def total_match_count @total_match_count end |