Struct rusoto_kinesisanalytics::StartApplicationRequest[][src]

pub struct StartApplicationRequest {
    pub application_name: String,
    pub input_configurations: Vec<InputConfiguration>,
}

Fields

Name of the application.

Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.

Trait Implementations

impl Default for StartApplicationRequest
[src]

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

impl Debug for StartApplicationRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for StartApplicationRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for StartApplicationRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations