Class: Aws::Firehose::Types::SchemaEvolutionConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Firehose::Types::SchemaEvolutionConfiguration
 
 
- Defined in:
 - gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb
 
Overview
The configuration to enable schema evolution.
Amazon Data Firehose is in preview release and is subject to change.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #enabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specify whether you want to enable schema evolution.
 
Instance Attribute Details
#enabled ⇒ Boolean
Specify whether you want to enable schema evolution.
Amazon Data Firehose is in preview release and is subject to change.
      4762 4763 4764 4765 4766  | 
    
      # File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 4762 class SchemaEvolutionConfiguration < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end  |