Class: Aws::Firehose::Types::SchemaEvolutionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::SchemaEvolutionConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-firehose/types.rb
Overview
Amazon Data Firehose is in preview release and is subject to change.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Amazon Data Firehose is in preview release and is subject to change.
Instance Attribute Details
#enabled ⇒ Boolean
Amazon Data Firehose is in preview release and is subject to change.
4477 4478 4479 4480 4481 |
# File 'lib/aws-sdk-firehose/types.rb', line 4477 class SchemaEvolutionConfiguration < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |