Class: Aws::KinesisAnalytics::Types::DestinationSchema

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/types.rb

Overview

Describes the data format when records are written to the destination. For more information, see Configuring Application Output.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#record_format_typeString

Specifies the format of the records on the output stream.

Returns:

  • (String)


849
850
851
852
853
# File 'gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/types.rb', line 849

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