Class: Aws::SsmSap::Types::GetApplicationOutput

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

#applicationTypes::Application

Returns all of the metadata of an application registered with AWS Systems Manager for SAP.

Returns:



596
597
598
599
600
601
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 596

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

#tagsHash<String,String>

The tags of a registered application.

Returns:

  • (Hash<String,String>)


596
597
598
599
600
601
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 596

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