Class: Aws::Types::SearchAssetsOutput
- Inherits:
-
Object
- Object
- Aws::Types::SearchAssetsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::SearchResultItem]
Returns the value of attribute items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#items ⇒ ::Array[Types::SearchResultItem]
Returns the value of attribute items.
6823 6824 6825 |
# File 'sig/types.rbs', line 6823 def items @items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6824 6825 6826 |
# File 'sig/types.rbs', line 6824 def next_token @next_token end |