Class: Aws::SsmSap::Types::Application
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::Application
- Defined in:
- gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb
Overview
An SAP application registered with AWS Systems Manager for SAP.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_registry_arn ⇒ String
The Amazon Resource Name (ARN) of the Application Registry.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the application.
-
#associated_application_arns ⇒ Array<String>
The Amazon Resource Names of the associated AWS Systems Manager for SAP applications.
-
#components ⇒ Array<String>
The components of the application.
-
#discovery_status ⇒ String
The latest discovery result for the application.
-
#id ⇒ String
The ID of the application.
-
#last_updated ⇒ Time
The time at which the application was last updated.
-
#status ⇒ String
The status of the application.
-
#status_message ⇒ String
The status message.
-
#type ⇒ String
The type of the application.
Instance Attribute Details
#app_registry_arn ⇒ String
The Amazon Resource Name (ARN) of the Application Registry.
58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 58 class Application < Struct.new( :id, :type, :arn, :app_registry_arn, :status, :discovery_status, :components, :last_updated, :status_message, :associated_application_arns) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the application.
58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 58 class Application < Struct.new( :id, :type, :arn, :app_registry_arn, :status, :discovery_status, :components, :last_updated, :status_message, :associated_application_arns) SENSITIVE = [] include Aws::Structure end |
#associated_application_arns ⇒ Array<String>
The Amazon Resource Names of the associated AWS Systems Manager for SAP applications.
58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 58 class Application < Struct.new( :id, :type, :arn, :app_registry_arn, :status, :discovery_status, :components, :last_updated, :status_message, :associated_application_arns) SENSITIVE = [] include Aws::Structure end |
#components ⇒ Array<String>
The components of the application.
58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 58 class Application < Struct.new( :id, :type, :arn, :app_registry_arn, :status, :discovery_status, :components, :last_updated, :status_message, :associated_application_arns) SENSITIVE = [] include Aws::Structure end |
#discovery_status ⇒ String
The latest discovery result for the application.
58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 58 class Application < Struct.new( :id, :type, :arn, :app_registry_arn, :status, :discovery_status, :components, :last_updated, :status_message, :associated_application_arns) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the application.
58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 58 class Application < Struct.new( :id, :type, :arn, :app_registry_arn, :status, :discovery_status, :components, :last_updated, :status_message, :associated_application_arns) SENSITIVE = [] include Aws::Structure end |
#last_updated ⇒ Time
The time at which the application was last updated.
58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 58 class Application < Struct.new( :id, :type, :arn, :app_registry_arn, :status, :discovery_status, :components, :last_updated, :status_message, :associated_application_arns) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the application.
58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 58 class Application < Struct.new( :id, :type, :arn, :app_registry_arn, :status, :discovery_status, :components, :last_updated, :status_message, :associated_application_arns) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The status message.
58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 58 class Application < Struct.new( :id, :type, :arn, :app_registry_arn, :status, :discovery_status, :components, :last_updated, :status_message, :associated_application_arns) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the application.
58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 58 class Application < Struct.new( :id, :type, :arn, :app_registry_arn, :status, :discovery_status, :components, :last_updated, :status_message, :associated_application_arns) SENSITIVE = [] include Aws::Structure end |