Class: Aws::KinesisAnalyticsV2::Types::DestinationSchema
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::DestinationSchema
- 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
-
#record_format_type ⇒ String
Specifies the format of the records on the output stream.
Instance Attribute Details
#record_format_type ⇒ String
Specifies the format of the records on the output stream.
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 |