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

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

Returns:

  • (String)


1025
1026
1027
1028
1029
1030
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1025

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)


1025
1026
1027
1028
1029
1030
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1025

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