Class: Aws::Firehose::Types::DatabaseList
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::DatabaseList
- 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
-
#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.
982 983 984 985 986 987 |
# File 'lib/aws-sdk-firehose/types.rb', line 982 class DatabaseList < Struct.new( :include, :exclude) SENSITIVE = [] include Aws::Structure end |
#include ⇒ Array<String>
Amazon Data Firehose is in preview release and is subject to change.
982 983 984 985 986 987 |
# File 'lib/aws-sdk-firehose/types.rb', line 982 class DatabaseList < Struct.new( :include, :exclude) SENSITIVE = [] include Aws::Structure end |