Class: Aws::KinesisAnalytics::Types::SourceSchema

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

Overview

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#record_columnsArray<Types::RecordColumn>

A list of RecordColumn objects.

Returns:



2474
2475
2476
2477
2478
2479
2480
# File 'gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/types.rb', line 2474

class SourceSchema < Struct.new(
  :record_format,
  :record_encoding,
  :record_columns)
  SENSITIVE = []
  include Aws::Structure
end

#record_encodingString

Specifies the encoding of the records in the streaming source. For example, UTF-8.

Returns:

  • (String)


2474
2475
2476
2477
2478
2479
2480
# File 'gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/types.rb', line 2474

class SourceSchema < Struct.new(
  :record_format,
  :record_encoding,
  :record_columns)
  SENSITIVE = []
  include Aws::Structure
end

#record_formatTypes::RecordFormat

Specifies the format of the records on the streaming source.

Returns:



2474
2475
2476
2477
2478
2479
2480
# File 'gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/types.rb', line 2474

class SourceSchema < Struct.new(
  :record_format,
  :record_encoding,
  :record_columns)
  SENSITIVE = []
  include Aws::Structure
end