Class: Aws::SsmSap::Types::ApplicationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::ApplicationSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmsap/types.rb
Overview
The summary of the SAP application registered with AWS Systems Manager for SAP.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the application.
-
#discovery_status ⇒ String
The status of the latest discovery.
-
#id ⇒ String
The ID of the application.
-
#tags ⇒ Hash<String,String>
The tags on the application.
-
#type ⇒ String
The type of the application.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the application.
123 124 125 126 127 128 129 130 131 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 123 class ApplicationSummary < Struct.new( :id, :discovery_status, :type, :arn, :tags) SENSITIVE = [] include Aws::Structure end |
#discovery_status ⇒ String
The status of the latest discovery.
123 124 125 126 127 128 129 130 131 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 123 class ApplicationSummary < Struct.new( :id, :discovery_status, :type, :arn, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the application.
123 124 125 126 127 128 129 130 131 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 123 class ApplicationSummary < Struct.new( :id, :discovery_status, :type, :arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags on the application.
123 124 125 126 127 128 129 130 131 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 123 class ApplicationSummary < Struct.new( :id, :discovery_status, :type, :arn, :tags) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the application.
123 124 125 126 127 128 129 130 131 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 123 class ApplicationSummary < Struct.new( :id, :discovery_status, :type, :arn, :tags) SENSITIVE = [] include Aws::Structure end |