Class: Aws::Types::SearchTypesOutput
- Inherits:
-
Object
- Object
- Aws::Types::SearchTypesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::SearchTypesResultItem]
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::SearchTypesResultItem]
Returns the value of attribute items.
5685 5686 5687 |
# File 'sig/types.rbs', line 5685 def items @items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5686 5687 5688 |
# File 'sig/types.rbs', line 5686 def next_token @next_token end |
#total_match_count ⇒ ::Integer
Returns the value of attribute total_match_count.
5687 5688 5689 |
# File 'sig/types.rbs', line 5687 def total_match_count @total_match_count end |