Class: Aws::AppIntegrationsService::Types::ApplicationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::ApplicationSummary
- Defined in:
- gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb
Overview
Summary information about the Application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_type ⇒ String
The type of application.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the Application.
-
#created_time ⇒ Time
The time when the application was created.
-
#id ⇒ String
A unique identifier for the Application.
-
#is_service ⇒ Boolean
Indicates whether the application is a service.
-
#last_modified_time ⇒ Time
The time when the application was last modified.
-
#name ⇒ String
The name of the application.
-
#namespace ⇒ String
The namespace of the application.
Instance Attribute Details
#application_type ⇒ String
The type of application.
115 116 117 118 119 120 121 122 123 124 125 126 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 115 class ApplicationSummary < Struct.new( :arn, :id, :name, :namespace, :created_time, :last_modified_time, :is_service, :application_type) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the Application.
115 116 117 118 119 120 121 122 123 124 125 126 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 115 class ApplicationSummary < Struct.new( :arn, :id, :name, :namespace, :created_time, :last_modified_time, :is_service, :application_type) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The time when the application was created.
115 116 117 118 119 120 121 122 123 124 125 126 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 115 class ApplicationSummary < Struct.new( :arn, :id, :name, :namespace, :created_time, :last_modified_time, :is_service, :application_type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
A unique identifier for the Application.
115 116 117 118 119 120 121 122 123 124 125 126 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 115 class ApplicationSummary < Struct.new( :arn, :id, :name, :namespace, :created_time, :last_modified_time, :is_service, :application_type) SENSITIVE = [] include Aws::Structure end |
#is_service ⇒ Boolean
Indicates whether the application is a service.
115 116 117 118 119 120 121 122 123 124 125 126 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 115 class ApplicationSummary < Struct.new( :arn, :id, :name, :namespace, :created_time, :last_modified_time, :is_service, :application_type) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The time when the application was last modified.
115 116 117 118 119 120 121 122 123 124 125 126 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 115 class ApplicationSummary < Struct.new( :arn, :id, :name, :namespace, :created_time, :last_modified_time, :is_service, :application_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the application.
115 116 117 118 119 120 121 122 123 124 125 126 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 115 class ApplicationSummary < Struct.new( :arn, :id, :name, :namespace, :created_time, :last_modified_time, :is_service, :application_type) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The namespace of the application.
115 116 117 118 119 120 121 122 123 124 125 126 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 115 class ApplicationSummary < Struct.new( :arn, :id, :name, :namespace, :created_time, :last_modified_time, :is_service, :application_type) SENSITIVE = [] include Aws::Structure end |