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)


58
59
60
61
62
63
64
65
66
67
68
69
70
71
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 58

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

#arnString

The Amazon Resource Name (ARN) of the application.

Returns:

  • (String)


58
59
60
61
62
63
64
65
66
67
68
69
70
71
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 58

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

#associated_application_arnsArray<String>

The Amazon Resource Names of the associated AWS Systems Manager for SAP applications.

Returns:

  • (Array<String>)


58
59
60
61
62
63
64
65
66
67
68
69
70
71
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 58

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

#componentsArray<String>

The components of the application.

Returns:

  • (Array<String>)


58
59
60
61
62
63
64
65
66
67
68
69
70
71
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 58

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

#discovery_statusString

The latest discovery result for the application.

Returns:

  • (String)


58
59
60
61
62
63
64
65
66
67
68
69
70
71
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 58

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

#idString

The ID of the application.

Returns:

  • (String)


58
59
60
61
62
63
64
65
66
67
68
69
70
71
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 58

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

#last_updatedTime

The time at which the application was last updated.

Returns:

  • (Time)


58
59
60
61
62
63
64
65
66
67
68
69
70
71
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 58

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

#statusString

The status of the application.

Returns:

  • (String)


58
59
60
61
62
63
64
65
66
67
68
69
70
71
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 58

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

#status_messageString

The status message.

Returns:

  • (String)


58
59
60
61
62
63
64
65
66
67
68
69
70
71
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 58

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

#typeString

The type of the application.

Returns:

  • (String)


58
59
60
61
62
63
64
65
66
67
68
69
70
71
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 58

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