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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iottwinmaker/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)


907
908
909
910
911
912
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 907

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)


907
908
909
910
911
912
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 907

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