Class: Aws::SsmSap::Types::GetComponentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::GetComponentOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmsap/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#component ⇒ Types::Component
The component of an application registered with AWS Systems Manager for SAP.
-
#tags ⇒ Hash<String,String>
The tags of a component.
Instance Attribute Details
#component ⇒ Types::Component
The component of an application registered with AWS Systems Manager for SAP.
643 644 645 646 647 648 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 643 class GetComponentOutput < Struct.new( :component, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags of a component.
643 644 645 646 647 648 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 643 class GetComponentOutput < Struct.new( :component, :tags) SENSITIVE = [] include Aws::Structure end |