Class: Aws::SsmSap::Types::ApplicationSummary

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

Overview

The summary of the SAP application registered with AWS Systems Manager for SAP.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the application.

Returns:

  • (String)


117
118
119
120
121
122
123
124
125
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 117

class ApplicationSummary < Struct.new(
  :id,
  :discovery_status,
  :type,
  :arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#discovery_statusString

The status of the latest discovery.

Returns:

  • (String)


117
118
119
120
121
122
123
124
125
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 117

class ApplicationSummary < Struct.new(
  :id,
  :discovery_status,
  :type,
  :arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the application.

Returns:

  • (String)


117
118
119
120
121
122
123
124
125
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 117

class ApplicationSummary < Struct.new(
  :id,
  :discovery_status,
  :type,
  :arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags on the application.

Returns:

  • (Hash<String,String>)


117
118
119
120
121
122
123
124
125
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 117

class ApplicationSummary < Struct.new(
  :id,
  :discovery_status,
  :type,
  :arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the application.

Returns:

  • (String)


117
118
119
120
121
122
123
124
125
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 117

class ApplicationSummary < Struct.new(
  :id,
  :discovery_status,
  :type,
  :arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end