Class: Aws::SageMakerGeospatial::Types::ListRasterDataCollectionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::ListRasterDataCollectionsOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakergeospatial/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:next_token]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If the previous response was truncated, you receive this token.
-
#raster_data_collection_summaries ⇒ Array<Types::RasterDataCollectionMetadata>
Contains summary information about the raster data collection.
Instance Attribute Details
#next_token ⇒ String
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
1204 1205 1206 1207 1208 1209 |
# File '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_summaries ⇒ Array<Types::RasterDataCollectionMetadata>
Contains summary information about the raster data collection.
1204 1205 1206 1207 1208 1209 |
# File '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 |