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)


636
637
638
639
640
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 636

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