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
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.
5436 5437 5438 5439 5440 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 5436 class TableCreationConfiguration < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |