Class: Aws::CloudWatchLogs::Types::PutLogEventsRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudWatchLogs::Types::PutLogEventsRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudwatchlogs/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #entity  ⇒ Types::Entity 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Reserved for internal use.
 - 
  
    
      #log_events  ⇒ Array<Types::InputLogEvent> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The log events.
 - 
  
    
      #log_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the log group.
 - 
  
    
      #log_stream_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the log stream.
 - 
  
    
      #sequence_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The sequence token obtained from the response of the previous ‘PutLogEvents` call.
 
Instance Attribute Details
#entity ⇒ Types::Entity
Reserved for internal use.
      4232 4233 4234 4235 4236 4237 4238 4239 4240  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4232 class PutLogEventsRequest < Struct.new( :log_group_name, :log_stream_name, :log_events, :sequence_token, :entity) SENSITIVE = [] include Aws::Structure end  | 
  
#log_events ⇒ Array<Types::InputLogEvent>
The log events.
      4232 4233 4234 4235 4236 4237 4238 4239 4240  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4232 class PutLogEventsRequest < Struct.new( :log_group_name, :log_stream_name, :log_events, :sequence_token, :entity) SENSITIVE = [] include Aws::Structure end  | 
  
#log_group_name ⇒ String
The name of the log group.
      4232 4233 4234 4235 4236 4237 4238 4239 4240  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4232 class PutLogEventsRequest < Struct.new( :log_group_name, :log_stream_name, :log_events, :sequence_token, :entity) SENSITIVE = [] include Aws::Structure end  | 
  
#log_stream_name ⇒ String
The name of the log stream.
      4232 4233 4234 4235 4236 4237 4238 4239 4240  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4232 class PutLogEventsRequest < Struct.new( :log_group_name, :log_stream_name, :log_events, :sequence_token, :entity) SENSITIVE = [] include Aws::Structure end  | 
  
#sequence_token ⇒ String
The sequence token obtained from the response of the previous ‘PutLogEvents` call.
The ‘sequenceToken` parameter is now ignored in `PutLogEvents` actions. `PutLogEvents` actions are now accepted and never return `InvalidSequenceTokenException` or `DataAlreadyAcceptedException` even if the sequence token is not valid.
      4232 4233 4234 4235 4236 4237 4238 4239 4240  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4232 class PutLogEventsRequest < Struct.new( :log_group_name, :log_stream_name, :log_events, :sequence_token, :entity) SENSITIVE = [] include Aws::Structure end  |