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

Class: Aws::ElasticBeanstalk::Types::ApplicationDescription

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

Overview

Describes the properties of an application.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#application_arnString

The Amazon Resource Name (ARN) of the application.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the application.

#application_nameString

The name of the application.

Returns:

  • (String)

    The name of the application.

#configuration_templatesArray<String>

The names of the configuration templates associated with this application.

Returns:

  • (Array<String>)

    The names of the configuration templates associated with this application.

#date_createdTime

The date when the application was created.

Returns:

  • (Time)

    The date when the application was created.

#date_updatedTime

The date when the application was last modified.

Returns:

  • (Time)

    The date when the application was last modified.

#descriptionString

User-defined description of the application.

Returns:

  • (String)

    User-defined description of the application.

#resource_lifecycle_configTypes::ApplicationResourceLifecycleConfig

The lifecycle settings for the application.

Returns:

#versionsArray<String>

The names of the versions for this application.

Returns:

  • (Array<String>)

    The names of the versions for this application.