Class: Aws::PrometheusService::Types::DescribeWorkspaceConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::DescribeWorkspaceConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-prometheusservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workspace_configuration ⇒ Types::WorkspaceConfigurationDescription
This structure contains the information about the workspace configuration.
Instance Attribute Details
#workspace_configuration ⇒ Types::WorkspaceConfigurationDescription
This structure contains the information about the workspace configuration.
755 756 757 758 759 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 755 class DescribeWorkspaceConfigurationResponse < Struct.new( :workspace_configuration) SENSITIVE = [] include Aws::Structure end |