Class: Aws::CloudWatchLogs::Types::DescribeDeliverySourcesResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudWatchLogs::Types::DescribeDeliverySourcesResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudwatchlogs/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #delivery_sources  ⇒ Array<Types::DeliverySource> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of structures.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token for the next set of items to return.
 
Instance Attribute Details
#delivery_sources ⇒ Array<Types::DeliverySource>
An array of structures. Each structure contains information about one delivery source in the account.
      1519 1520 1521 1522 1523 1524  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1519 class DescribeDeliverySourcesResponse < Struct.new( :delivery_sources, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The token for the next set of items to return. The token expires after 24 hours.
      1519 1520 1521 1522 1523 1524  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1519 class DescribeDeliverySourcesResponse < Struct.new( :delivery_sources, :next_token) SENSITIVE = [] include Aws::Structure end  |