Class: Aws::IoTTwinMaker::Types::UpdateSceneResponse

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

#update_date_timeTime

The date and time when the scene was last updated.

Returns:

  • (Time)


3975
3976
3977
3978
3979
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3975

class UpdateSceneResponse < Struct.new(
  :update_date_time)
  SENSITIVE = []
  include Aws::Structure
end