Class: Aws::Firehose::Types::DatabaseList

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#excludeArray<String>

Amazon Data Firehose is in preview release and is subject to change.

Returns:

  • (Array<String>)


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

#includeArray<String>

Amazon Data Firehose is in preview release and is subject to change.

Returns:

  • (Array<String>)


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