Struct rusoto_kinesisanalytics::RecordFormat [] [src]

pub struct RecordFormat {
    pub mapping_parameters: Option<MappingParameters>,
    pub record_format_type: RecordFormatType,
}

Describes the record format and relevant mapping information that should be applied to schematize the records on the stream.

Fields

The type of record format.

Trait Implementations

impl Default for RecordFormat
[src]

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

impl Debug for RecordFormat
[src]

Formats the value using the given formatter.

impl Clone for RecordFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more