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.



3119
3120
3121
3122
3123
# File 'lib/aws-sdk-prometheusservice/types.rb', line 3119

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