Class: Aws::SageMakerGeospatial::Types::ListEarthObservationJobOutput

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

#earth_observation_job_summariesArray<Types::ListEarthObservationJobOutputConfig>

Contains summary information about the Earth Observation jobs.



1123
1124
1125
1126
1127
1128
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1123

class ListEarthObservationJobOutput < Struct.new(
  :earth_observation_job_summaries,
  :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)


1123
1124
1125
1126
1127
1128
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1123

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