Class: Aws::Comprehend::Types::StartFlywheelIterationResponse

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_arnString

Returns:

  • (String)


7253
7254
7255
7256
7257
7258
# File 'lib/aws-sdk-comprehend/types.rb', line 7253

class StartFlywheelIterationResponse < Struct.new(
  :flywheel_arn,
  :flywheel_iteration_id)
  SENSITIVE = []
  include Aws::Structure
end

#flywheel_iteration_idString

Returns:

  • (String)


7253
7254
7255
7256
7257
7258
# File 'lib/aws-sdk-comprehend/types.rb', line 7253

class StartFlywheelIterationResponse < Struct.new(
  :flywheel_arn,
  :flywheel_iteration_id)
  SENSITIVE = []
  include Aws::Structure
end