Class: Aws::Types::SearchRasterDataCollectionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:next_token])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


565
566
567
# File 'sig/types.rbs', line 565

def arn
  @arn
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


566
567
568
# File 'sig/types.rbs', line 566

def next_token
  @next_token
end

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