Class: Aws::PrometheusService::Types::DescribeLoggingConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb

Overview

Represents the input of a DescribeLoggingConfiguration operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workspace_idString

The ID of the workspace to describe the logging configuration for.

Returns:

  • (String)


1128
1129
1130
1131
1132
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1128

class DescribeLoggingConfigurationRequest < Struct.new(
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end