Class: Aws::SsmSap::Types::Application

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

Overview

An SAP application registered with AWS Systems Manager for SAP.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_registry_arnString

The Amazon Resource Name (ARN) of the Application Registry.

Returns:

  • (String)


53
54
55
56
57
58
59
60
61
62
63
64
65
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 53

class Application < Struct.new(
  :id,
  :type,
  :arn,
  :app_registry_arn,
  :status,
  :discovery_status,
  :components,
  :last_updated,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the application.

Returns:

  • (String)


53
54
55
56
57
58
59
60
61
62
63
64
65
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 53

class Application < Struct.new(
  :id,
  :type,
  :arn,
  :app_registry_arn,
  :status,
  :discovery_status,
  :components,
  :last_updated,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#componentsArray<String>

The components of the application.

Returns:

  • (Array<String>)


53
54
55
56
57
58
59
60
61
62
63
64
65
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 53

class Application < Struct.new(
  :id,
  :type,
  :arn,
  :app_registry_arn,
  :status,
  :discovery_status,
  :components,
  :last_updated,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#discovery_statusString

The latest discovery result for the application.

Returns:

  • (String)


53
54
55
56
57
58
59
60
61
62
63
64
65
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 53

class Application < Struct.new(
  :id,
  :type,
  :arn,
  :app_registry_arn,
  :status,
  :discovery_status,
  :components,
  :last_updated,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the application.

Returns:

  • (String)


53
54
55
56
57
58
59
60
61
62
63
64
65
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 53

class Application < Struct.new(
  :id,
  :type,
  :arn,
  :app_registry_arn,
  :status,
  :discovery_status,
  :components,
  :last_updated,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#last_updatedTime

The time at which the application was last updated.

Returns:

  • (Time)


53
54
55
56
57
58
59
60
61
62
63
64
65
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 53

class Application < Struct.new(
  :id,
  :type,
  :arn,
  :app_registry_arn,
  :status,
  :discovery_status,
  :components,
  :last_updated,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the application.

Returns:

  • (String)


53
54
55
56
57
58
59
60
61
62
63
64
65
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 53

class Application < Struct.new(
  :id,
  :type,
  :arn,
  :app_registry_arn,
  :status,
  :discovery_status,
  :components,
  :last_updated,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

The status message.

Returns:

  • (String)


53
54
55
56
57
58
59
60
61
62
63
64
65
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 53

class Application < Struct.new(
  :id,
  :type,
  :arn,
  :app_registry_arn,
  :status,
  :discovery_status,
  :components,
  :last_updated,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the application.

Returns:

  • (String)


53
54
55
56
57
58
59
60
61
62
63
64
65
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 53

class Application < Struct.new(
  :id,
  :type,
  :arn,
  :app_registry_arn,
  :status,
  :discovery_status,
  :components,
  :last_updated,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end