Class: Aws::Comprehend::Types::StartFlywheelIterationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::StartFlywheelIterationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
A unique identifier for the request.
-
#flywheel_arn ⇒ String
The ARN of the flywheel.
Instance Attribute Details
#client_request_token ⇒ String
A unique identifier for the request. If you don’t set the client request token, Amazon Comprehend generates one.
7238 7239 7240 7241 7242 7243 |
# File 'lib/aws-sdk-comprehend/types.rb', line 7238 class StartFlywheelIterationRequest < Struct.new( :flywheel_arn, :client_request_token) SENSITIVE = [] include Aws::Structure end |
#flywheel_arn ⇒ String
The ARN of the flywheel.
7238 7239 7240 7241 7242 7243 |
# File 'lib/aws-sdk-comprehend/types.rb', line 7238 class StartFlywheelIterationRequest < Struct.new( :flywheel_arn, :client_request_token) SENSITIVE = [] include Aws::Structure end |