Class: Aws::SageMakerGeospatial::Types::ListRasterDataCollectionsInput

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

#max_resultsInteger

The total number of items to return.

Returns:

  • (Integer)


1186
1187
1188
1189
1190
1191
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1186

class ListRasterDataCollectionsInput < Struct.new(
  :max_results,
  :next_token)
  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)


1186
1187
1188
1189
1190
1191
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1186

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