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.
      2126 2127 2128 2129 2130  | 
    
      # File 'lib/aws-sdk-comprehend/types.rb', line 2126 class DescribeFlywheelResponse < Struct.new( :flywheel_properties) SENSITIVE = [] include Aws::Structure end  |