Class: Aws::IoTTwinMaker::Types::WorkspaceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::WorkspaceSummary
- Defined in:
- gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb
Overview
An object that contains information about a workspace.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the workspace.
-
#creation_date_time ⇒ Time
The date and time when the workspace was created.
-
#description ⇒ String
The description of the workspace.
-
#update_date_time ⇒ Time
The date and time when the workspace was last updated.
-
#workspace_id ⇒ String
The ID of the workspace.
Instance Attribute Details
#arn ⇒ String
The ARN of the workspace.
3059 3060 3061 3062 3063 3064 3065 3066 3067 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3059 class WorkspaceSummary < Struct.new( :workspace_id, :arn, :description, :creation_date_time, :update_date_time) SENSITIVE = [] include Aws::Structure end |
#creation_date_time ⇒ Time
The date and time when the workspace was created.
3059 3060 3061 3062 3063 3064 3065 3066 3067 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3059 class WorkspaceSummary < Struct.new( :workspace_id, :arn, :description, :creation_date_time, :update_date_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the workspace.
3059 3060 3061 3062 3063 3064 3065 3066 3067 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3059 class WorkspaceSummary < Struct.new( :workspace_id, :arn, :description, :creation_date_time, :update_date_time) SENSITIVE = [] include Aws::Structure end |
#update_date_time ⇒ Time
The date and time when the workspace was last updated.
3059 3060 3061 3062 3063 3064 3065 3066 3067 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3059 class WorkspaceSummary < Struct.new( :workspace_id, :arn, :description, :creation_date_time, :update_date_time) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The ID of the workspace.
3059 3060 3061 3062 3063 3064 3065 3066 3067 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3059 class WorkspaceSummary < Struct.new( :workspace_id, :arn, :description, :creation_date_time, :update_date_time) SENSITIVE = [] include Aws::Structure end |