Class: Aws::SageMakerGeospatial::Types::ListRasterDataCollectionsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[:next_token]

Instance Attribute Summary collapse

Instance Attribute Details

#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)


1204
1205
1206
1207
1208
1209
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1204

class ListRasterDataCollectionsOutput < Struct.new(
  :next_token,
  :raster_data_collection_summaries)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#raster_data_collection_summariesArray<Types::RasterDataCollectionMetadata>

Contains summary information about the raster data collection.



1204
1205
1206
1207
1208
1209
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1204

class ListRasterDataCollectionsOutput < Struct.new(
  :next_token,
  :raster_data_collection_summaries)
  SENSITIVE = [:next_token]
  include Aws::Structure
end