Class: Aws::AppRegistry::Types::ApplicationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::ApplicationSummary
- Defined in:
- gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb
Overview
Summary of a Amazon Web Services Service Catalog AppRegistry application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon resource name (ARN) that specifies the application across services.
-
#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.
-
#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.
Instance Attribute Details
#arn ⇒ String
The Amazon resource name (ARN) that specifies the application across services.
96 97 98 99 100 101 102 103 104 105 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 96 class ApplicationSummary < Struct.new( :id, :arn, :name, :description, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The ISO-8601 formatted timestamp of the moment when the application was created.
96 97 98 99 100 101 102 103 104 105 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 96 class ApplicationSummary < Struct.new( :id, :arn, :name, :description, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the application.
96 97 98 99 100 101 102 103 104 105 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 96 class ApplicationSummary < Struct.new( :id, :arn, :name, :description, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the application.
96 97 98 99 100 101 102 103 104 105 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 96 class ApplicationSummary < Struct.new( :id, :arn, :name, :description, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#last_update_time ⇒ Time
The ISO-8601 formatted timestamp of the moment when the application was last updated.
96 97 98 99 100 101 102 103 104 105 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 96 class ApplicationSummary < Struct.new( :id, :arn, :name, :description, :creation_time, :last_update_time) 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.
96 97 98 99 100 101 102 103 104 105 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 96 class ApplicationSummary < Struct.new( :id, :arn, :name, :description, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |