Class: Aws::KinesisAnalyticsV2::Types::RecordColumn

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

Overview

For a SQL-based Kinesis Data Analytics application, describes the mapping of each data element in the streaming source to the corresponding column in the in-application stream.

Also used to describe the format of the reference data source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mappingString

A reference to the data element in the streaming input or the reference data source.

Returns:

  • (String)


3765
3766
3767
3768
3769
3770
3771
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 3765

class RecordColumn < Struct.new(
  :name,
  :mapping,
  :sql_type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the column that is created in the in-application input stream or reference table.

Returns:

  • (String)


3765
3766
3767
3768
3769
3770
3771
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 3765

class RecordColumn < Struct.new(
  :name,
  :mapping,
  :sql_type)
  SENSITIVE = []
  include Aws::Structure
end

#sql_typeString

The type of column created in the in-application input stream or reference table.

Returns:

  • (String)


3765
3766
3767
3768
3769
3770
3771
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 3765

class RecordColumn < Struct.new(
  :name,
  :mapping,
  :sql_type)
  SENSITIVE = []
  include Aws::Structure
end