You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::KinesisAnalytics::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
}

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

Reference to the data element in the streaming input or the reference data source. This element is required if the RecordFormatType is JSON.

Returns:

  • (String)

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

#nameString

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

Returns:

  • (String)

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

#sql_typeString

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

Returns:

  • (String)

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