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

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

#update_date_timeTime

The date and time when the scene was last updated.

Returns:

  • (Time)


4084
4085
4086
4087
4088
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 4084

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