Class: Aws::PrometheusService::Types::WorkspaceStatus

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

Overview

The status of the workspace.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#status_codeString

The current status of the workspace.

Returns:

  • (String)


1867
1868
1869
1870
1871
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1867

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