Class: Aws::IoTTwinMaker::Types::CreateWorkspaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::CreateWorkspaceResponse
- Defined in:
- gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb
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.
Instance Attribute Details
#arn ⇒ String
The ARN of the workspace.
646 647 648 649 650 651 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 646 class CreateWorkspaceResponse < Struct.new( :arn, :creation_date_time) SENSITIVE = [] include Aws::Structure end |
#creation_date_time ⇒ Time
The date and time when the workspace was created.
646 647 648 649 650 651 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 646 class CreateWorkspaceResponse < Struct.new( :arn, :creation_date_time) SENSITIVE = [] include Aws::Structure end |