Struct rusoto_kinesisanalytics::RecordColumn [] [src]

pub struct RecordColumn {
    pub mapping: Option<String>,
    pub name: String,
    pub sql_type: String,
}

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.

Fields

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

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

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

Trait Implementations

impl Default for RecordColumn
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for RecordColumn
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RecordColumn
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for RecordColumn

impl Sync for RecordColumn