Class: Aws::Comprehend::Types::DescribeFlywheelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DescribeFlywheelResponse
- 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.
2147 2148 2149 2150 2151 |
# File 'lib/aws-sdk-comprehend/types.rb', line 2147 class DescribeFlywheelResponse < Struct.new( :flywheel_properties) SENSITIVE = [] include Aws::Structure end |