Class: Aws::PrometheusService::Types::UpdateWorkspaceConfigurationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusTypes::WorkspaceConfigurationStatus

The status of the workspace configuration.



3132
3133
3134
3135
3136
# File 'lib/aws-sdk-prometheusservice/types.rb', line 3132

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