Class: Aws::CloudWatchLogs::Types::DescribeLogStreamsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudWatchLogs::Types::DescribeLogStreamsResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudwatchlogs/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #log_streams  ⇒ Array<Types::LogStream> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The log streams.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token for the next set of items to return.
 
Instance Attribute Details
#log_streams ⇒ Array<Types::LogStream>
The log streams.
      1806 1807 1808 1809 1810 1811  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1806 class DescribeLogStreamsResponse < Struct.new( :log_streams, :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.
      1806 1807 1808 1809 1810 1811  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1806 class DescribeLogStreamsResponse < Struct.new( :log_streams, :next_token) SENSITIVE = [] include Aws::Structure end  |