Class: Aws::CloudWatchLogs::Types::DeleteDeliveryDestinationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudWatchLogs::Types::DeleteDeliveryDestinationRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudwatchlogs/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the delivery destination that you want to delete.
 
Instance Attribute Details
#name ⇒ String
The name of the delivery destination that you want to delete. You can find a list of delivery destionation names by using the
- DescribeDeliveryDestinations][1
 - 
operation.
 
[1]: docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_DescribeDeliveryDestinations.html
      869 870 871 872 873  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 869 class DeleteDeliveryDestinationRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end  |