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.
3072 3073 3074 3075 3076 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3072 class UpdateWorkspaceResponse < Struct.new( :update_date_time) SENSITIVE = [] include Aws::Structure end |