Class: Aws::IoTTwinMaker::Types::CreateWorkspaceResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the workspace.

Returns:

  • (String)


1084
1085
1086
1087
1088
1089
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1084

class CreateWorkspaceResponse < Struct.new(
  :arn,
  :creation_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_date_timeTime

The date and time when the workspace was created.

Returns:

  • (Time)


1084
1085
1086
1087
1088
1089
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1084

class CreateWorkspaceResponse < Struct.new(
  :arn,
  :creation_date_time)
  SENSITIVE = []
  include Aws::Structure
end