Class: Aws::Comprehend::Types::DescribeFlywheelIterationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DescribeFlywheelIterationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flywheel_iteration_properties ⇒ Types::FlywheelIterationProperties
The configuration properties of a flywheel iteration.
Instance Attribute Details
#flywheel_iteration_properties ⇒ Types::FlywheelIterationProperties
The configuration properties of a flywheel iteration.
2123 2124 2125 2126 2127 |
# File 'lib/aws-sdk-comprehend/types.rb', line 2123 class DescribeFlywheelIterationResponse < Struct.new( :flywheel_iteration_properties) SENSITIVE = [] include Aws::Structure end |