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]

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

impl Debug for ApplicationSummary
[src]

Formats the value using the given formatter. Read more

impl Clone for ApplicationSummary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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