Class: Aws::PrometheusService::Types::DeleteLoggingConfigurationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PrometheusService::Types::DeleteLoggingConfigurationRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-prometheusservice/types.rb
 
Overview
Represents the input of a ‘DeleteLoggingConfiguration` operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #client_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier that you can provide to ensure the idempotency of the request.
 - 
  
    
      #workspace_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the workspace containing the logging configuration to delete.
 
Instance Attribute Details
#client_token ⇒ String
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.
      508 509 510 511 512 513  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 508 class DeleteLoggingConfigurationRequest < Struct.new( :client_token, :workspace_id) SENSITIVE = [] include Aws::Structure end  | 
  
#workspace_id ⇒ String
The ID of the workspace containing the logging configuration to delete.
      508 509 510 511 512 513  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 508 class DeleteLoggingConfigurationRequest < Struct.new( :client_token, :workspace_id) SENSITIVE = [] include Aws::Structure end  |