Class: Aws::SsmSap::Types::GetComponentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::GetComponentOutput
- Defined in:
- gems/aws-sdk-ssmsap/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.
Instance Attribute Details
#component ⇒ Types::Component
The component of an application registered with AWS Systems Manager for SAP.
454 455 456 457 458 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 454 class GetComponentOutput < Struct.new( :component) SENSITIVE = [] include Aws::Structure end |