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.
817 818 819 820 821 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 817 class DescribeQueryLoggingConfigurationRequest < Struct.new( :workspace_id) SENSITIVE = [] include Aws::Structure end |