Class: Aws::PrometheusService::Types::UpdateWorkspaceConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::UpdateWorkspaceConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-prometheusservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ Types::WorkspaceConfigurationStatus
The status of the workspace configuration.
Instance Attribute Details
#status ⇒ Types::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 |