Class: Aws::CloudWatchLogs::Types::CancelImportTaskResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeInteger

The timestamp when the import task was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

Returns:

  • (Integer)


545
546
547
548
549
550
551
552
553
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 545

class CancelImportTaskResponse < Struct.new(
  :import_id,
  :import_statistics,
  :import_status,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#import_idString

The ID of the cancelled import task.

Returns:

  • (String)


545
546
547
548
549
550
551
552
553
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 545

class CancelImportTaskResponse < Struct.new(
  :import_id,
  :import_statistics,
  :import_status,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#import_statisticsTypes::ImportStatistics

Statistics about the import progress at the time of cancellation.



545
546
547
548
549
550
551
552
553
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 545

class CancelImportTaskResponse < Struct.new(
  :import_id,
  :import_statistics,
  :import_status,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#import_statusString

The final status of the import task. This will be set to CANCELLED.

Returns:

  • (String)


545
546
547
548
549
550
551
552
553
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 545

class CancelImportTaskResponse < Struct.new(
  :import_id,
  :import_statistics,
  :import_status,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeInteger

The timestamp when the import task was cancelled, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

Returns:

  • (Integer)


545
546
547
548
549
550
551
552
553
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 545

class CancelImportTaskResponse < Struct.new(
  :import_id,
  :import_statistics,
  :import_status,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end