Class: Aws::SageMakerGeospatial::Types::ListRasterDataCollectionsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::ListRasterDataCollectionsInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakergeospatial/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:next_token]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The total number of items to return.
-
#next_token ⇒ String
If the previous response was truncated, you receive this token.
Instance Attribute Details
#max_results ⇒ Integer
The total number of items to return.
1186 1187 1188 1189 1190 1191 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1186 class ListRasterDataCollectionsInput < Struct.new( :max_results, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |
#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.
1186 1187 1188 1189 1190 1191 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1186 class ListRasterDataCollectionsInput < Struct.new( :max_results, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |