Class: Aws::Firehose::Types::DatabaseTableList
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::DatabaseTableList
- 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
-
#exclude ⇒ Array<String>
Amazon Data Firehose is in preview release and is subject to change.
-
#include ⇒ Array<String>
Amazon Data Firehose is in preview release and is subject to change.
Instance Attribute Details
#exclude ⇒ Array<String>
Amazon Data Firehose is in preview release and is subject to change.
1204 1205 1206 1207 1208 1209 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 1204 class DatabaseTableList < Struct.new( :include, :exclude) SENSITIVE = [] include Aws::Structure end |
#include ⇒ Array<String>
Amazon Data Firehose is in preview release and is subject to change.
1204 1205 1206 1207 1208 1209 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 1204 class DatabaseTableList < Struct.new( :include, :exclude) SENSITIVE = [] include Aws::Structure end |