Class: Aws::Firehose::Types::SchemaEvolutionConfiguration

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

#enabledBoolean

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

Returns:

  • (Boolean)


4477
4478
4479
4480
4481
# File 'lib/aws-sdk-firehose/types.rb', line 4477

class SchemaEvolutionConfiguration < Struct.new(
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end