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
show all
Defined in:
(unknown)

Overview

Note:

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

Instance Attribute Details

#mappingString

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

Returns:

  • (String)

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

#nameString

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

Returns:

  • (String)

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

#sql_typeString

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

Returns:

  • (String)

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