Class: Aws::AppRegistry::Types::GetApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::GetApplicationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appregistry/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_tag ⇒ Hash<String,String>
A key-value pair that identifies an associated resource.
-
#arn ⇒ String
The Amazon resource name (ARN) that specifies the application across services.
-
#associated_resource_count ⇒ Integer
The number of top-level resources that were registered as part of this application.
-
#creation_time ⇒ Time
The ISO-8601 formatted timestamp of the moment when the application was created.
-
#description ⇒ String
The description of the application.
-
#id ⇒ String
The identifier of the application.
-
#integrations ⇒ Types::Integrations
The information about the integration of the application with other services, such as Resource Groups.
-
#last_update_time ⇒ Time
The ISO-8601 formatted timestamp of the moment when the application was last updated.
-
#name ⇒ String
The name of the application.
-
#tags ⇒ Hash<String,String>
Key-value pairs associated with the application.
Instance Attribute Details
#application_tag ⇒ Hash<String,String>
A key-value pair that identifies an associated resource.
678 679 680 681 682 683 684 685 686 687 688 689 690 691 |
# File '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 |
#arn ⇒ String
The Amazon resource name (ARN) that specifies the application across services.
678 679 680 681 682 683 684 685 686 687 688 689 690 691 |
# File '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_count ⇒ Integer
The number of top-level resources that were registered as part of this application.
678 679 680 681 682 683 684 685 686 687 688 689 690 691 |
# File '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_time ⇒ Time
The ISO-8601 formatted timestamp of the moment when the application was created.
678 679 680 681 682 683 684 685 686 687 688 689 690 691 |
# File '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 |
#description ⇒ String
The description of the application.
678 679 680 681 682 683 684 685 686 687 688 689 690 691 |
# File '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 |
#id ⇒ String
The identifier of the application.
678 679 680 681 682 683 684 685 686 687 688 689 690 691 |
# File '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 |
#integrations ⇒ Types::Integrations
The information about the integration of the application with other services, such as Resource Groups.
678 679 680 681 682 683 684 685 686 687 688 689 690 691 |
# File '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_time ⇒ Time
The ISO-8601 formatted timestamp of the moment when the application was last updated.
678 679 680 681 682 683 684 685 686 687 688 689 690 691 |
# File '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 |
#name ⇒ String
The name of the application. The name must be unique in the region in which you are creating the application.
678 679 680 681 682 683 684 685 686 687 688 689 690 691 |
# File '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 |
#tags ⇒ Hash<String,String>
Key-value pairs associated with the application.
678 679 680 681 682 683 684 685 686 687 688 689 690 691 |
# File '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 |