Class: Aws::CloudWatchLogs::Types::GetDeliverySourceResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudWatchLogs::Types::GetDeliverySourceResponse
 
 
- 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.
 
Instance Attribute Details
#delivery_source ⇒ Types::DeliverySource
A structure containing information about the delivery source.
      2558 2559 2560 2561 2562  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2558 class GetDeliverySourceResponse < Struct.new( :delivery_source) SENSITIVE = [] include Aws::Structure end  |