Struct rusoto_codedeploy::ApplicationInfo [] [src]

pub struct ApplicationInfo {
    pub application_id: Option<String>,
    pub application_name: Option<String>,
    pub create_time: Option<f64>,
    pub git_hub_account_name: Option<String>,
    pub linked_to_git_hub: Option<bool>,
}

Information about an application.

Fields

The application ID.

The application name.

The time at which the application was created.

The name for a connection to a GitHub account.

True if the user has authenticated with GitHub for the specified application; otherwise, false.

Trait Implementations

impl Default for ApplicationInfo
[src]

[src]

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

impl Debug for ApplicationInfo
[src]

[src]

Formats the value using the given formatter.

impl Clone for ApplicationInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more