Class: Aws::KinesisAnalyticsV2::Types::RecordFormat
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::RecordFormat
- Defined in:
- gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
For a SQL-based Kinesis Data Analytics application, describes the record format and relevant mapping information that should be applied to schematize the records on the stream.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mapping_parameters ⇒ Types::MappingParameters
When you configure application input at the time of creating or updating an application, provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.
-
#record_format_type ⇒ String
The type of record format.
Instance Attribute Details
#mapping_parameters ⇒ Types::MappingParameters
When you configure application input at the time of creating or updating an application, provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.
4178 4179 4180 4181 4182 4183 |
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4178 class RecordFormat < Struct.new( :record_format_type, :mapping_parameters) SENSITIVE = [] include Aws::Structure end |
#record_format_type ⇒ String
The type of record format.
4178 4179 4180 4181 4182 4183 |
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4178 class RecordFormat < Struct.new( :record_format_type, :mapping_parameters) SENSITIVE = [] include Aws::Structure end |