Class: Aws::Types::RasterDataCollectionQueryInput
- Inherits:
-
Object
- Object
- Aws::Types::RasterDataCollectionQueryInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#area_of_interest ⇒ Types::AreaOfInterest
Returns the value of attribute area_of_interest.
-
#property_filters ⇒ Types::PropertyFilters
Returns the value of attribute property_filters.
-
#raster_data_collection_arn ⇒ ::String
Returns the value of attribute raster_data_collection_arn.
-
#time_range_filter ⇒ Types::TimeRangeFilterInput
Returns the value of attribute time_range_filter.
Instance Attribute Details
#area_of_interest ⇒ Types::AreaOfInterest
Returns the value of attribute area_of_interest.
521 522 523 |
# File 'sig/types.rbs', line 521 def area_of_interest @area_of_interest end |
#property_filters ⇒ Types::PropertyFilters
Returns the value of attribute property_filters.
522 523 524 |
# File 'sig/types.rbs', line 522 def property_filters @property_filters end |
#raster_data_collection_arn ⇒ ::String
Returns the value of attribute raster_data_collection_arn.
523 524 525 |
# File 'sig/types.rbs', line 523 def raster_data_collection_arn @raster_data_collection_arn end |
#time_range_filter ⇒ Types::TimeRangeFilterInput
Returns the value of attribute time_range_filter.
524 525 526 |
# File 'sig/types.rbs', line 524 def time_range_filter @time_range_filter end |