Struct rusoto_codedeploy::ApplicationInfo [] [src]

pub struct ApplicationInfo {
    pub application_id: Option<ApplicationId>,
    pub application_name: Option<ApplicationName>,
    pub create_time: Option<Timestamp>,
    pub git_hub_account_name: Option<GitHubAccountTokenName>,
    pub linked_to_git_hub: Option<Boolean>,
}

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]

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

impl Debug for ApplicationInfo
[src]

Formats the value using the given formatter.

impl Clone for ApplicationInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more