Class: Aws::IoTTwinMaker::Types::CreateWorkspaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::CreateWorkspaceResponse
- Includes:
- Structure
- Defined in:
- 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.
907 908 909 910 911 912 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 907 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.
907 908 909 910 911 912 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 907 class CreateWorkspaceResponse < Struct.new( :arn, :creation_date_time) SENSITIVE = [] include Aws::Structure end |