Class: Aws::IoTTwinMaker::Types::UpdateSceneResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::UpdateSceneResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#update_date_time ⇒ Time
The date and time when the scene was last updated.
Instance Attribute Details
#update_date_time ⇒ Time
The date and time when the scene was last updated.
3975 3976 3977 3978 3979 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3975 class UpdateSceneResponse < Struct.new( :update_date_time) SENSITIVE = [] include Aws::Structure end |