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

Class: Aws::AppRegistry::Types::GetApplicationResponse

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon resource name (ARN) that specifies the application across services.

Returns:

  • (String)

    The Amazon resource name (ARN) that specifies the application across services.

#associated_resource_countInteger

The number of top-level resources that were registered as part of this application.

Returns:

  • (Integer)

    The number of top-level resources that were registered as part of this application.

#creation_timeTime

The ISO-8601 formatted timestamp of the moment when the application was created.

Returns:

  • (Time)

    The ISO-8601 formatted timestamp of the moment when the application was created.

#descriptionString

The description of the application.

Returns:

  • (String)

    The description of the application.

#idString

The identifier of the application.

Returns:

  • (String)

    The identifier of the application.

#last_update_timeTime

The ISO-8601 formatted timestamp of the moment when the application was last updated.

Returns:

  • (Time)

    The ISO-8601 formatted timestamp of the moment when the application was last updated.

#nameString

The name of the application. The name must be unique in the region in which you are creating the application.

Returns:

  • (String)

    The name of the application.

#tagsHash<String,String>

Key-value pairs associated with the application.

Returns:

  • (Hash<String,String>)

    Key-value pairs associated with the application.