Class: Aws::PrometheusService::Types::DescribeLoggingConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::DescribeLoggingConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-prometheusservice/types.rb
Overview
Represents the input of a ‘DescribeLoggingConfiguration` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workspace_id ⇒ String
The ID of the workspace to describe the logging configuration for.
Instance Attribute Details
#workspace_id ⇒ String
The ID of the workspace to describe the logging configuration for.
636 637 638 639 640 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 636 class DescribeLoggingConfigurationRequest < Struct.new( :workspace_id) SENSITIVE = [] include Aws::Structure end |