Class: Aws::Comprehend::Types::DescribeFlywheelIterationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DescribeFlywheelIterationRequest
- 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
2110 2111 2112 2113 2114 2115 |
# File 'lib/aws-sdk-comprehend/types.rb', line 2110 class DescribeFlywheelIterationRequest < Struct.new( :flywheel_arn, :flywheel_iteration_id) SENSITIVE = [] include Aws::Structure end |
#flywheel_iteration_id ⇒ String
2110 2111 2112 2113 2114 2115 |
# File 'lib/aws-sdk-comprehend/types.rb', line 2110 class DescribeFlywheelIterationRequest < Struct.new( :flywheel_arn, :flywheel_iteration_id) SENSITIVE = [] include Aws::Structure end |