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.
2038 2039 2040 2041 2042 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 2038 class UpdateWorkspaceConfigurationResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |