Class: Aws::IoTSiteWise::Types::ApplicationSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/types.rb

Overview

Summary of an application for list operations

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

ARN of the application

Returns:

  • (String)


260
261
262
263
264
265
266
267
268
269
# File 'lib/aws-sdk-iotsitewise/types.rb', line 260

class ApplicationSummary < Struct.new(
  :arn,
  :id,
  :name,
  :status,
  :created_at,
  :workspace_name)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

Timestamp when the application was created

Returns:

  • (Time)


260
261
262
263
264
265
266
267
268
269
# File 'lib/aws-sdk-iotsitewise/types.rb', line 260

class ApplicationSummary < Struct.new(
  :arn,
  :id,
  :name,
  :status,
  :created_at,
  :workspace_name)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Unique identifier of the application

Returns:

  • (String)


260
261
262
263
264
265
266
267
268
269
# File 'lib/aws-sdk-iotsitewise/types.rb', line 260

class ApplicationSummary < Struct.new(
  :arn,
  :id,
  :name,
  :status,
  :created_at,
  :workspace_name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of the application

Returns:

  • (String)


260
261
262
263
264
265
266
267
268
269
# File 'lib/aws-sdk-iotsitewise/types.rb', line 260

class ApplicationSummary < Struct.new(
  :arn,
  :id,
  :name,
  :status,
  :created_at,
  :workspace_name)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Current status of the application

Returns:

  • (String)


260
261
262
263
264
265
266
267
268
269
# File 'lib/aws-sdk-iotsitewise/types.rb', line 260

class ApplicationSummary < Struct.new(
  :arn,
  :id,
  :name,
  :status,
  :created_at,
  :workspace_name)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_nameString

Name of the workspace this application belongs to

Returns:

  • (String)


260
261
262
263
264
265
266
267
268
269
# File 'lib/aws-sdk-iotsitewise/types.rb', line 260

class ApplicationSummary < Struct.new(
  :arn,
  :id,
  :name,
  :status,
  :created_at,
  :workspace_name)
  SENSITIVE = []
  include Aws::Structure
end