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:



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

#tagsHash<String,String>

The tags of a component.

Returns:

  • (Hash<String,String>)


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