Class: Aws::SsmSap::Types::GetApplicationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::GetApplicationOutput
- Defined in:
- gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application ⇒ Types::Application
Returns all of the metadata of an application registered with AWS Systems Manager for SAP.
-
#tags ⇒ Hash<String,String>
The tags of a registered application.
Instance Attribute Details
#application ⇒ Types::Application
Returns all of the metadata of an application registered with AWS Systems Manager for SAP.
608 609 610 611 612 613 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 608 class GetApplicationOutput < Struct.new( :application, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags of a registered application.
608 609 610 611 612 613 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 608 class GetApplicationOutput < Struct.new( :application, :tags) SENSITIVE = [] include Aws::Structure end |