Class: Aws::IoTTwinMaker::Types::UpdateWorkspaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::UpdateWorkspaceResponse
- 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 of the current update.
Instance Attribute Details
#update_date_time ⇒ Time
The date and time of the current update.
4011 4012 4013 4014 4015 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 4011 class UpdateWorkspaceResponse < Struct.new( :update_date_time) SENSITIVE = [] include Aws::Structure end |