Struct rusoto_kinesisanalytics::ApplicationSummary [] [src]

pub struct ApplicationSummary {
    pub application_arn: String,
    pub application_name: String,
    pub application_status: String,
}

Provides application summary information, including the application Amazon Resource Name (ARN), name, and status.

Fields

ARN of the application.

Name of the application.

Status of the application.

Trait Implementations

impl Default for ApplicationSummary
[src]

[src]

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

impl Debug for ApplicationSummary
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ApplicationSummary
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations