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.
| 1843 1844 1845 1846 1847 | # File 'lib/aws-sdk-comprehend/types.rb', line 1843 class DeleteFlywheelRequest < Struct.new( :flywheel_arn) SENSITIVE = [] include Aws::Structure end |