Class: Aws::IoTSiteWise::Types::ApplicationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ApplicationSummary
- 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
-
#arn ⇒ String
ARN of the application.
-
#created_at ⇒ Time
Timestamp when the application was created.
-
#id ⇒ String
Unique identifier of the application.
-
#name ⇒ String
Name of the application.
-
#status ⇒ String
Current status of the application.
-
#workspace_name ⇒ String
Name of the workspace this application belongs to.
Instance Attribute Details
#arn ⇒ String
ARN of the application
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_at ⇒ Time
Timestamp when the application was created
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 |
#id ⇒ String
Unique identifier of the application
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 |
#name ⇒ String
Name of the application
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 |
#status ⇒ String
Current status of the application
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_name ⇒ String
Name of the workspace this application belongs to
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 |