Class: Aws::AppIntegrationsService::Types::ApplicationSummary

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

Overview

Summary information about the Application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the Application.

Returns:

  • (String)


111
112
113
114
115
116
117
118
119
120
121
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 111

class ApplicationSummary < Struct.new(
  :arn,
  :id,
  :name,
  :namespace,
  :created_time,
  :last_modified_time,
  :is_service)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The time when the application was created.

Returns:

  • (Time)


111
112
113
114
115
116
117
118
119
120
121
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 111

class ApplicationSummary < Struct.new(
  :arn,
  :id,
  :name,
  :namespace,
  :created_time,
  :last_modified_time,
  :is_service)
  SENSITIVE = []
  include Aws::Structure
end

#idString

A unique identifier for the Application.

Returns:

  • (String)


111
112
113
114
115
116
117
118
119
120
121
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 111

class ApplicationSummary < Struct.new(
  :arn,
  :id,
  :name,
  :namespace,
  :created_time,
  :last_modified_time,
  :is_service)
  SENSITIVE = []
  include Aws::Structure
end

#is_serviceBoolean

Indicates whether the application is a service.

Returns:

  • (Boolean)


111
112
113
114
115
116
117
118
119
120
121
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 111

class ApplicationSummary < Struct.new(
  :arn,
  :id,
  :name,
  :namespace,
  :created_time,
  :last_modified_time,
  :is_service)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The time when the application was last modified.

Returns:

  • (Time)


111
112
113
114
115
116
117
118
119
120
121
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 111

class ApplicationSummary < Struct.new(
  :arn,
  :id,
  :name,
  :namespace,
  :created_time,
  :last_modified_time,
  :is_service)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the application.

Returns:

  • (String)


111
112
113
114
115
116
117
118
119
120
121
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 111

class ApplicationSummary < Struct.new(
  :arn,
  :id,
  :name,
  :namespace,
  :created_time,
  :last_modified_time,
  :is_service)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The namespace of the application.

Returns:

  • (String)


111
112
113
114
115
116
117
118
119
120
121
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 111

class ApplicationSummary < Struct.new(
  :arn,
  :id,
  :name,
  :namespace,
  :created_time,
  :last_modified_time,
  :is_service)
  SENSITIVE = []
  include Aws::Structure
end