Class: Aws::Comprehend::Types::DescribeFlywheelIterationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flywheel_iteration_propertiesTypes::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