Class: Aws::KinesisAnalyticsV2::Types::DestinationSchema

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kinesisanalyticsv2/types.rb

Overview

Describes the data format when records are written to the destination in a SQL-based Kinesis Data Analytics application.

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)


2214
2215
2216
2217
2218
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 2214

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