Class: Aws::AugmentedAIRuntime::Types::ListHumanLoopsResponse

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

#human_loop_summariesArray<Types::HumanLoopSummary>

An array of objects that contain information about the human loops.

Returns:



261
262
263
264
265
266
# File 'gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/types.rb', line 261

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

#next_tokenString

A token to display the next page of results.

Returns:

  • (String)


261
262
263
264
265
266
# File 'gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/types.rb', line 261

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