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)


1110
1111
1112
1113
1114
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1110

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