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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmsap/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:



631
632
633
634
635
636
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 631

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

#tagsHash<String,String>

The tags of a component.

Returns:

  • (Hash<String,String>)


631
632
633
634
635
636
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 631

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