Class: Aws::Types::RasterDataCollectionQueryInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:time_range_filter])

Instance Attribute Summary collapse

Instance Attribute Details

#area_of_interestTypes::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_filtersTypes::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.

Returns:

  • (::String)


523
524
525
# File 'sig/types.rbs', line 523

def raster_data_collection_arn
  @raster_data_collection_arn
end

#time_range_filterTypes::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