Class: Aws::IoTTwinMaker::Types::CreateSceneResponse

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 scene.

Returns:

  • (String)


810
811
812
813
814
815
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 810

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

#creation_date_timeTime

The date and time when the scene was created.

Returns:

  • (Time)


810
811
812
813
814
815
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 810

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