Class: Aws::Types::RasterDataCollectionQueryOutput

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.



529
530
531
# File 'sig/types.rbs', line 529

def area_of_interest
  @area_of_interest
end

#property_filtersTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


532
533
534
# File 'sig/types.rbs', line 532

def raster_data_collection_name
  @raster_data_collection_name
end

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