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]

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

impl Debug for CreateApplicationResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for CreateApplicationResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CreateApplicationResponse
[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