Class: Aws::Comprehend::Types::DescribeFlywheelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DescribeFlywheelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flywheel_arn ⇒ String
The Amazon Resource Number (ARN) of the flywheel.
Instance Attribute Details
#flywheel_arn ⇒ String
The Amazon Resource Number (ARN) of the flywheel.
2135 2136 2137 2138 2139 |
# File 'lib/aws-sdk-comprehend/types.rb', line 2135 class DescribeFlywheelRequest < Struct.new( :flywheel_arn) SENSITIVE = [] include Aws::Structure end |