Class: Aws::PrometheusService::Types::DeleteLoggingConfigurationRequest

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

Overview

Represents the input of a DeleteLoggingConfiguration operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


498
499
500
501
502
503
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 498

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

#workspace_idString

The ID of the workspace containing the logging configuration to delete.

Returns:

  • (String)


498
499
500
501
502
503
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 498

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