Struct rusoto_mgh::DescribeApplicationStateResult[][src]

pub struct DescribeApplicationStateResult {
    pub application_status: Option<String>,
    pub last_updated_time: Option<f64>,
}

Fields

Status of the application - Not Started, In-Progress, Complete.

The timestamp when the application status was last updated.

Trait Implementations

impl Default for DescribeApplicationStateResult
[src]

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

impl Debug for DescribeApplicationStateResult
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeApplicationStateResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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