Class: Aws::Types::RasterDataCollectionQueryOutput
- Inherits:
-
Object
- Object
- Aws::Types::RasterDataCollectionQueryOutput
- 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.
-
#raster_data_collection_name ⇒ ::String
Returns the value of attribute raster_data_collection_name.
-
#time_range_filter ⇒ Types::TimeRangeFilterOutput
Returns the value of attribute time_range_filter.
Instance Attribute Details
#area_of_interest ⇒ Types::AreaOfInterest
Returns the value of attribute area_of_interest.
529 530 531 |
# File 'sig/types.rbs', line 529 def area_of_interest @area_of_interest end |
#property_filters ⇒ Types::PropertyFilters
Returns the value of attribute property_filters.
530 531 532 |
# File 'sig/types.rbs', line 530 def property_filters @property_filters end |
#raster_data_collection_arn ⇒ ::String
Returns the value of attribute raster_data_collection_arn.
531 532 533 |
# File 'sig/types.rbs', line 531 def raster_data_collection_arn @raster_data_collection_arn end |
#raster_data_collection_name ⇒ ::String
Returns the value of attribute raster_data_collection_name.
532 533 534 |
# File 'sig/types.rbs', line 532 def raster_data_collection_name @raster_data_collection_name end |
#time_range_filter ⇒ Types::TimeRangeFilterOutput
Returns the value of attribute time_range_filter.
533 534 535 |
# File 'sig/types.rbs', line 533 def time_range_filter @time_range_filter end |