Class: Aws::SsmSap::Types::GetComponentOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssmsap/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#componentTypes::Component

The component of an application registered with AWS Systems Manager for SAP.

Returns:



675
676
677
678
679
680
# File 'lib/aws-sdk-ssmsap/types.rb', line 675

class GetComponentOutput < Struct.new(
  :component,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags of a component.

Returns:

  • (Hash<String,String>)


675
676
677
678
679
680
# File 'lib/aws-sdk-ssmsap/types.rb', line 675

class GetComponentOutput < Struct.new(
  :component,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end