Class: Aws::Types::SearchRasterDataCollectionInput
- Inherits:
-
Object
- Object
- Aws::Types::SearchRasterDataCollectionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#raster_data_collection_query ⇒ Types::RasterDataCollectionQueryWithBandFilterInput
Returns the value of attribute raster_data_collection_query.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
565 566 567 |
# File 'sig/types.rbs', line 565 def arn @arn end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
566 567 568 |
# File 'sig/types.rbs', line 566 def next_token @next_token end |
#raster_data_collection_query ⇒ Types::RasterDataCollectionQueryWithBandFilterInput
Returns the value of attribute raster_data_collection_query.
567 568 569 |
# File 'sig/types.rbs', line 567 def raster_data_collection_query @raster_data_collection_query end |