Class: Aws::PrometheusService::Types::DescribeQueryLoggingConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::DescribeQueryLoggingConfigurationRequest
- Defined in:
- gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workspace_id ⇒ String
The ID of the workspace for which to retrieve the query logging configuration.
Instance Attribute Details
#workspace_id ⇒ String
The ID of the workspace for which to retrieve the query logging configuration.
754 755 756 757 758 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 754 class DescribeQueryLoggingConfigurationRequest < Struct.new( :workspace_id) SENSITIVE = [] include Aws::Structure end |