You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeDeploy::Types::ApplicationInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about an application.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The application ID.

Returns:

  • (String)

    The application ID.

#application_nameString

The application name.

Returns:

  • (String)

    The application name.

#compute_platformString

The destination platform type for deployment of the application (Lambda or Server).

Possible values:

  • Server
  • Lambda
  • ECS

Returns:

  • (String)

    The destination platform type for deployment of the application (Lambda or Server).

#create_timeTime

The time at which the application was created.

Returns:

  • (Time)

    The time at which the application was created.

#git_hub_account_nameString

The name for a connection to a GitHub account.

Returns:

  • (String)

    The name for a connection to a GitHub account.

#linked_to_git_hubBoolean

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

Returns:

  • (Boolean)

    True if the user has authenticated with GitHub for the specified application.