Struct rusoto_kinesisanalytics::CreateApplicationResponse [] [src]

pub struct CreateApplicationResponse {
    pub application_summary: ApplicationSummary,
}

TBD

Fields

In response to your CreateApplication request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.

Trait Implementations

impl Default for CreateApplicationResponse
[src]

[src]

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

impl Debug for CreateApplicationResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CreateApplicationResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations