Class: Aws::SageMakerGeospatial::Types::SearchRasterDataCollectionInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemakergeospatial/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:next_token]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the raster data collection.

Returns:

  • (String)


1903
1904
1905
1906
1907
1908
1909
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1903

class SearchRasterDataCollectionInput < Struct.new(
  :arn,
  :next_token,
  :raster_data_collection_query)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#next_tokenString

If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.

Returns:

  • (String)


1903
1904
1905
1906
1907
1908
1909
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1903

class SearchRasterDataCollectionInput < Struct.new(
  :arn,
  :next_token,
  :raster_data_collection_query)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#raster_data_collection_queryTypes::RasterDataCollectionQueryWithBandFilterInput



1903
1904
1905
1906
1907
1908
1909
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1903

class SearchRasterDataCollectionInput < Struct.new(
  :arn,
  :next_token,
  :raster_data_collection_query)
  SENSITIVE = [:next_token]
  include Aws::Structure
end