Class: Aws::Firehose::Types::TableCreationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::TableCreationConfiguration
- Defined in:
- gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb
Overview
The configuration to enable automatic table creation.
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 automatic table creation.
Instance Attribute Details
#enabled ⇒ Boolean
Specify whether you want to enable automatic table creation.
Amazon Data Firehose is in preview release and is subject to change.
5741 5742 5743 5744 5745 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 5741 class TableCreationConfiguration < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |