Class: Aws::PrometheusService::Types::WorkspaceStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::WorkspaceStatus
- 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
-
#status_code ⇒ String
The current status of the workspace.
Instance Attribute Details
#status_code ⇒ String
The current status of the workspace.
2744 2745 2746 2747 2748 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2744 class WorkspaceStatus < Struct.new( :status_code) SENSITIVE = [] include Aws::Structure end |