Class: Aws::Comprehend::Types::UpdateFlywheelRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Comprehend::Types::UpdateFlywheelRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-comprehend/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #active_model_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Number (ARN) of the active model version.
 - 
  
    
      #data_access_role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data.
 - 
  
    
      #data_security_config  ⇒ Types::UpdateDataSecurityConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Flywheel data security configuration.
 - 
  
    
      #flywheel_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Number (ARN) of the flywheel to update.
 
Instance Attribute Details
#active_model_arn ⇒ String
The Amazon Resource Number (ARN) of the active model version.
      8869 8870 8871 8872 8873 8874 8875 8876  | 
    
      # File 'lib/aws-sdk-comprehend/types.rb', line 8869 class UpdateFlywheelRequest < Struct.new( :flywheel_arn, :active_model_arn, :data_access_role_arn, :data_security_config) SENSITIVE = [] include Aws::Structure end  | 
  
#data_access_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data.
      8869 8870 8871 8872 8873 8874 8875 8876  | 
    
      # File 'lib/aws-sdk-comprehend/types.rb', line 8869 class UpdateFlywheelRequest < Struct.new( :flywheel_arn, :active_model_arn, :data_access_role_arn, :data_security_config) SENSITIVE = [] include Aws::Structure end  | 
  
#data_security_config ⇒ Types::UpdateDataSecurityConfig
Flywheel data security configuration.
      8869 8870 8871 8872 8873 8874 8875 8876  | 
    
      # File 'lib/aws-sdk-comprehend/types.rb', line 8869 class UpdateFlywheelRequest < Struct.new( :flywheel_arn, :active_model_arn, :data_access_role_arn, :data_security_config) SENSITIVE = [] include Aws::Structure end  | 
  
#flywheel_arn ⇒ String
The Amazon Resource Number (ARN) of the flywheel to update.
      8869 8870 8871 8872 8873 8874 8875 8876  | 
    
      # File 'lib/aws-sdk-comprehend/types.rb', line 8869 class UpdateFlywheelRequest < Struct.new( :flywheel_arn, :active_model_arn, :data_access_role_arn, :data_security_config) SENSITIVE = [] include Aws::Structure end  |