Class: Aws::SageMakerGeospatial::Types::SearchRasterDataCollectionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::SearchRasterDataCollectionOutput
- Defined in:
- gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:next_token]
Instance Attribute Summary collapse
-
#approximate_result_count ⇒ Integer
Approximate number of results in the response.
-
#items ⇒ Array<Types::ItemSource>
List of items matching the Raster DataCollectionQuery.
-
#next_token ⇒ String
If the previous response was truncated, you receive this token.
Instance Attribute Details
#approximate_result_count ⇒ Integer
Approximate number of results in the response.
1926 1927 1928 1929 1930 1931 1932 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1926 class SearchRasterDataCollectionOutput < Struct.new( :approximate_result_count, :items, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |
#items ⇒ Array<Types::ItemSource>
List of items matching the Raster DataCollectionQuery.
1926 1927 1928 1929 1930 1931 1932 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1926 class SearchRasterDataCollectionOutput < Struct.new( :approximate_result_count, :items, :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.
1926 1927 1928 1929 1930 1931 1932 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1926 class SearchRasterDataCollectionOutput < Struct.new( :approximate_result_count, :items, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |