Class: Aws::PrometheusService::Types::DescribeWorkspaceConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::DescribeWorkspaceConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-prometheusservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workspace_id ⇒ String
The ID of the workspace that you want to retrieve information for.
Instance Attribute Details
#workspace_id ⇒ String
The ID of the workspace that you want to retrieve information for. To find the IDs of your workspaces, use the [ListWorkspaces] operation.
[1]: docs.aws.amazon.com/prometheus/latest/APIReference/API_ListWorkspaces.htm
742 743 744 745 746 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 742 class DescribeWorkspaceConfigurationRequest < Struct.new( :workspace_id) SENSITIVE = [] include Aws::Structure end |