Class: Aws::Firehose::Types::TableCreationConfiguration

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

#enabledBoolean

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

Returns:

  • (Boolean)


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