Class: Aws::CloudWatchLogs::Types::ImportBatch

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

Overview

A collection of events being imported to CloudWatch

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#batch_idString

The unique identifier of the import batch.



4430
4431
4432
4433
4434
4435
4436
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4430

class ImportBatch < Struct.new(
  :batch_id,
  :status,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The error message if the batch failed to import. Only present when status is FAILED.



4430
4431
4432
4433
4434
4435
4436
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4430

class ImportBatch < Struct.new(
  :batch_id,
  :status,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the import batch. Valid values are IN_PROGRESS, CANCELLED, COMPLETED and FAILED.



4430
4431
4432
4433
4434
4435
4436
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4430

class ImportBatch < Struct.new(
  :batch_id,
  :status,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end