Struct rusoto_kinesisanalytics::StartApplicationRequest [] [src]

pub struct StartApplicationRequest {
    pub application_name: ApplicationName,
    pub input_configurations: InputConfigurations,
}

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.

impl Clone for StartApplicationRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more