Class: Aws::CloudWatchLogs::Types::PutDeliveryDestinationPolicyRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudWatchLogs::Types::PutDeliveryDestinationPolicyRequest
 
 
- 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 to assign this policy to.
 - 
  
    
      #delivery_destination_policy  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The contents of the policy.
 
Instance Attribute Details
#delivery_destination_name ⇒ String
The name of the delivery destination to assign this policy to.
      3988 3989 3990 3991 3992 3993  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3988 class PutDeliveryDestinationPolicyRequest < Struct.new( :delivery_destination_name, :delivery_destination_policy) SENSITIVE = [] include Aws::Structure end  | 
  
#delivery_destination_policy ⇒ String
The contents of the policy.
      3988 3989 3990 3991 3992 3993  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3988 class PutDeliveryDestinationPolicyRequest < Struct.new( :delivery_destination_name, :delivery_destination_policy) SENSITIVE = [] include Aws::Structure end  |