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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_tagHash<String,String>

A key-value pair that identifies an associated resource.

Returns:

  • (Hash<String,String>)


678
679
680
681
682
683
684
685
686
687
688
689
690
691
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 678

class GetApplicationResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :creation_time,
  :last_update_time,
  :associated_resource_count,
  :tags,
  :integrations,
  :application_tag)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

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

Returns:

  • (String)


678
679
680
681
682
683
684
685
686
687
688
689
690
691
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 678

class GetApplicationResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :creation_time,
  :last_update_time,
  :associated_resource_count,
  :tags,
  :integrations,
  :application_tag)
  SENSITIVE = []
  include Aws::Structure
end

#associated_resource_countInteger

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

Returns:

  • (Integer)


678
679
680
681
682
683
684
685
686
687
688
689
690
691
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 678

class GetApplicationResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :creation_time,
  :last_update_time,
  :associated_resource_count,
  :tags,
  :integrations,
  :application_tag)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

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

Returns:

  • (Time)


678
679
680
681
682
683
684
685
686
687
688
689
690
691
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 678

class GetApplicationResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :creation_time,
  :last_update_time,
  :associated_resource_count,
  :tags,
  :integrations,
  :application_tag)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the application.

Returns:

  • (String)


678
679
680
681
682
683
684
685
686
687
688
689
690
691
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 678

class GetApplicationResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :creation_time,
  :last_update_time,
  :associated_resource_count,
  :tags,
  :integrations,
  :application_tag)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the application.

Returns:

  • (String)


678
679
680
681
682
683
684
685
686
687
688
689
690
691
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 678

class GetApplicationResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :creation_time,
  :last_update_time,
  :associated_resource_count,
  :tags,
  :integrations,
  :application_tag)
  SENSITIVE = []
  include Aws::Structure
end

#integrationsTypes::Integrations

The information about the integration of the application with other services, such as Resource Groups.

Returns:



678
679
680
681
682
683
684
685
686
687
688
689
690
691
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 678

class GetApplicationResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :creation_time,
  :last_update_time,
  :associated_resource_count,
  :tags,
  :integrations,
  :application_tag)
  SENSITIVE = []
  include Aws::Structure
end

#last_update_timeTime

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

Returns:

  • (Time)


678
679
680
681
682
683
684
685
686
687
688
689
690
691
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 678

class GetApplicationResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :creation_time,
  :last_update_time,
  :associated_resource_count,
  :tags,
  :integrations,
  :application_tag)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

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

Returns:

  • (String)


678
679
680
681
682
683
684
685
686
687
688
689
690
691
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 678

class GetApplicationResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :creation_time,
  :last_update_time,
  :associated_resource_count,
  :tags,
  :integrations,
  :application_tag)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Key-value pairs associated with the application.

Returns:

  • (Hash<String,String>)


678
679
680
681
682
683
684
685
686
687
688
689
690
691
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 678

class GetApplicationResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :creation_time,
  :last_update_time,
  :associated_resource_count,
  :tags,
  :integrations,
  :application_tag)
  SENSITIVE = []
  include Aws::Structure
end