You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudWatchLogs::Types::DescribeLogGroupsRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudWatchLogs::Types::DescribeLogGroupsRequest
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
  When passing DescribeLogGroupsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  log_group_name_prefix: "LogGroupName",
  next_token: "NextToken",
  limit: 1,
}
Instance Attribute Summary collapse
- 
  
    
      #limit  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The maximum number of items returned. 
- 
  
    
      #log_group_name_prefix  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The prefix to match. 
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The token for the next set of items to return. 
Instance Attribute Details
#limit ⇒ Integer
The maximum number of items returned. If you don\'t specify a value, the default is up to 50 items.
#log_group_name_prefix ⇒ String
The prefix to match.
#next_token ⇒ String
The token for the next set of items to return. (You received this token from a previous call.)