Class: Aws::IoTTwinMaker::Types::UpdateWorkspaceResponse

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 of the current update.

Returns:

  • (Time)


4011
4012
4013
4014
4015
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 4011

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