Class: Aws::Comprehend::Types::DeleteFlywheelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DeleteFlywheelRequest
- 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 to delete.
Instance Attribute Details
#flywheel_arn ⇒ String
The Amazon Resource Number (ARN) of the flywheel to delete.
1864 1865 1866 1867 1868 |
# File 'lib/aws-sdk-comprehend/types.rb', line 1864 class DeleteFlywheelRequest < Struct.new( :flywheel_arn) SENSITIVE = [] include Aws::Structure end |