You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::KinesisAnalyticsV2::Types::RecordColumn
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::RecordColumn
- Defined in:
- (unknown)
Overview
When passing RecordColumn as input to an Aws::Client method, you can use a vanilla Hash:
{
name: "RecordColumnName", # required
mapping: "RecordColumnMapping",
sql_type: "RecordColumnSqlType", # required
}
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.
Instance Attribute Summary collapse
-
#mapping ⇒ String
A reference to the data element in the streaming input or the reference data source.
-
#name ⇒ String
The name of the column that is created in the in-application input stream or reference table.
-
#sql_type ⇒ String
The type of column created in the in-application input stream or reference table.
Instance Attribute Details
#mapping ⇒ String
A reference to the data element in the streaming input or the reference data source.
#name ⇒ String
The name of the column that is created in the in-application input stream or reference table.
#sql_type ⇒ String
The type of column created in the in-application input stream or reference table.