Class: Aws::Types::SearchRasterDataCollectionOutput
- Inherits:
-
Object
- Object
- Aws::Types::SearchRasterDataCollectionOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approximate_result_count ⇒ ::Integer
Returns the value of attribute approximate_result_count.
-
#items ⇒ ::Array[Types::ItemSource]
Returns the value of attribute items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#approximate_result_count ⇒ ::Integer
Returns the value of attribute approximate_result_count.
572 573 574 |
# File 'sig/types.rbs', line 572 def approximate_result_count @approximate_result_count end |
#items ⇒ ::Array[Types::ItemSource]
Returns the value of attribute items.
573 574 575 |
# File 'sig/types.rbs', line 573 def items @items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
574 575 576 |
# File 'sig/types.rbs', line 574 def next_token @next_token end |