Class: Aws::Comprehend::Types::UpdateFlywheelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::UpdateFlywheelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flywheel_properties ⇒ Types::FlywheelProperties
The flywheel properties.
Instance Attribute Details
#flywheel_properties ⇒ Types::FlywheelProperties
The flywheel properties.
8884 8885 8886 8887 8888 |
# File 'lib/aws-sdk-comprehend/types.rb', line 8884 class UpdateFlywheelResponse < Struct.new( :flywheel_properties) SENSITIVE = [] include Aws::Structure end |