Struct rusoto_kinesisanalytics::StopApplicationRequest [] [src]

pub struct StopApplicationRequest {
    pub application_name: ApplicationName,
}

Fields

Name of the running application to stop.

Trait Implementations

impl Default for StopApplicationRequest
[src]

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

impl Debug for StopApplicationRequest
[src]

Formats the value using the given formatter.

impl Clone for StopApplicationRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more