You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudWatchLogs::Types::DeleteLogStreamRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudWatchLogs::Types::DeleteLogStreamRequest
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
  When passing DeleteLogStreamRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  log_group_name: "LogGroupName", # required
  log_stream_name: "LogStreamName", # required
}
Instance Attribute Summary collapse
- 
  
    
      #log_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the log group. 
- 
  
    
      #log_stream_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the log stream. 
Instance Attribute Details
#log_group_name ⇒ String
The name of the log group.
#log_stream_name ⇒ String
The name of the log stream.