Class: Aws::CloudWatchLogs::Types::PutDeliverySourceResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudWatchLogs::Types::PutDeliverySourceResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudwatchlogs/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #delivery_source  ⇒ Types::DeliverySource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A structure containing information about the delivery source that was just created or updated.
 
Instance Attribute Details
#delivery_source ⇒ Types::DeliverySource
A structure containing information about the delivery source that was just created or updated.
      4110 4111 4112 4113 4114  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4110 class PutDeliverySourceResponse < Struct.new( :delivery_source) SENSITIVE = [] include Aws::Structure end  |