Class: Aws::Comprehend::Types::StartFlywheelIterationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

A unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.

Returns:

  • (String)


7238
7239
7240
7241
7242
7243
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 7238

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

#flywheel_arnString

The ARN of the flywheel.

Returns:

  • (String)


7238
7239
7240
7241
7242
7243
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 7238

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