Class: Aws::Comprehend::Types::StartFlywheelIterationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::StartFlywheelIterationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#flywheel_arn ⇒ 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_id ⇒ 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 |