Class: Aws::SageMakerGeospatial::Types::ListEarthObservationJobInput

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)


1102
1103
1104
1105
1106
1107
1108
1109
1110
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1102

class ListEarthObservationJobInput < Struct.new(
  :max_results,
  :next_token,
  :sort_by,
  :sort_order,
  :status_equals)
  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)


1102
1103
1104
1105
1106
1107
1108
1109
1110
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1102

class ListEarthObservationJobInput < Struct.new(
  :max_results,
  :next_token,
  :sort_by,
  :sort_order,
  :status_equals)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#sort_byString

The parameter by which to sort the results.

Returns:

  • (String)


1102
1103
1104
1105
1106
1107
1108
1109
1110
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1102

class ListEarthObservationJobInput < Struct.new(
  :max_results,
  :next_token,
  :sort_by,
  :sort_order,
  :status_equals)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#sort_orderString

An optional value that specifies whether you want the results sorted in Ascending or Descending order.

Returns:

  • (String)


1102
1103
1104
1105
1106
1107
1108
1109
1110
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1102

class ListEarthObservationJobInput < Struct.new(
  :max_results,
  :next_token,
  :sort_by,
  :sort_order,
  :status_equals)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#status_equalsString

A filter that retrieves only jobs with a specific status.

Returns:

  • (String)


1102
1103
1104
1105
1106
1107
1108
1109
1110
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1102

class ListEarthObservationJobInput < Struct.new(
  :max_results,
  :next_token,
  :sort_by,
  :sort_order,
  :status_equals)
  SENSITIVE = [:next_token]
  include Aws::Structure
end