Class: Aws::AugmentedAIRuntime::Types::ListHumanLoopsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time_afterTime

(Optional) The timestamp of the date when you want the human loops to begin in ISO 8601 format. For example, 2020-02-24.

Returns:

  • (Time)


240
241
242
243
244
245
246
247
248
249
# File 'gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/types.rb', line 240

class ListHumanLoopsRequest < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :flow_definition_arn,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#creation_time_beforeTime

(Optional) The timestamp of the date before which you want the human loops to begin in ISO 8601 format. For example, 2020-02-24.

Returns:

  • (Time)


240
241
242
243
244
245
246
247
248
249
# File 'gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/types.rb', line 240

class ListHumanLoopsRequest < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :flow_definition_arn,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#flow_definition_arnString

The Amazon Resource Name (ARN) of a flow definition.

Returns:

  • (String)


240
241
242
243
244
245
246
247
248
249
# File 'gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/types.rb', line 240

class ListHumanLoopsRequest < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :flow_definition_arn,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The total number of items to return. If the total number of available items is more than the value specified in MaxResults, then a NextToken is returned in the output. You can use this token to display the next page of results.

Returns:

  • (Integer)


240
241
242
243
244
245
246
247
248
249
# File 'gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/types.rb', line 240

class ListHumanLoopsRequest < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :flow_definition_arn,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token to display the next page of results.

Returns:

  • (String)


240
241
242
243
244
245
246
247
248
249
# File 'gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/types.rb', line 240

class ListHumanLoopsRequest < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :flow_definition_arn,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

Optional. The order for displaying results. Valid values: Ascending and Descending.

Returns:

  • (String)


240
241
242
243
244
245
246
247
248
249
# File 'gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/types.rb', line 240

class ListHumanLoopsRequest < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :flow_definition_arn,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end