Class: Aws::CloudWatchLogs::Types::GetDeliveryResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudWatchLogs::Types::GetDeliveryResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudwatchlogs/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #delivery  ⇒ Types::Delivery 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A structure that contains information about the delivery.
 
Instance Attribute Details
#delivery ⇒ Types::Delivery
A structure that contains information about the delivery.
      2534 2535 2536 2537 2538  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2534 class GetDeliveryResponse < Struct.new( :delivery) SENSITIVE = [] include Aws::Structure end  |