Class: Aws::KinesisAnalytics::Types::RecordFormat

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

Overview

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

Instance Attribute Details

#mapping_parametersTypes::MappingParameters

When configuring 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.



2151
2152
2153
2154
2155
2156
# File 'gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/types.rb', line 2151

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

#record_format_typeString

The type of record format.

Returns:

  • (String)


2151
2152
2153
2154
2155
2156
# File 'gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/types.rb', line 2151

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