Class: Aws::Comprehend::Types::ListFlywheelIterationHistoryResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-comprehend/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flywheel_iteration_properties_listArray<Types::FlywheelIterationProperties>

List of flywheel iteration properties



5802
5803
5804
5805
5806
5807
# File 'lib/aws-sdk-comprehend/types.rb', line 5802

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

#next_tokenString

Next token

Returns:

  • (String)


5802
5803
5804
5805
5806
5807
# File 'lib/aws-sdk-comprehend/types.rb', line 5802

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