Class: Aws::Firehose::Types::DatabaseColumnList

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

Instance Attribute Details

#excludeArray<String>

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

Returns:

  • (Array<String>)


963
964
965
966
967
968
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 963

class DatabaseColumnList < 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>)


963
964
965
966
967
968
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 963

class DatabaseColumnList < Struct.new(
  :include,
  :exclude)
  SENSITIVE = []
  include Aws::Structure
end