Class: Aws::IoTSiteWise::Types::UpdateWorkspaceResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workspace_statusTypes::WorkspaceStatus

The status of the workspace after the update, which is UPDATING when the operation returns.



15234
15235
15236
15237
15238
# File 'lib/aws-sdk-iotsitewise/types.rb', line 15234

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