Class: Aws::CloudWatchLogs::Types::GetDeliveryDestinationPolicyRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudWatchLogs::Types::GetDeliveryDestinationPolicyRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #delivery_destination_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the delivery destination that you want to retrieve the policy of. 
Instance Attribute Details
#delivery_destination_name ⇒ String
The name of the delivery destination that you want to retrieve the policy of.
| 2474 2475 2476 2477 2478 | # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2474 class GetDeliveryDestinationPolicyRequest < Struct.new( :delivery_destination_name) SENSITIVE = [] include Aws::Structure end |