Class: Aws::CloudWatchLogs::Types::ExportTaskExecutionInfo

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

Overview

Represents the status of an export task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#completion_timeInteger

The completion time of the export task, expressed as the number of milliseconds after ‘Jan 1, 1970 00:00:00 UTC`.

Returns:

  • (Integer)


1972
1973
1974
1975
1976
1977
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1972

class ExportTaskExecutionInfo < Struct.new(
  :creation_time,
  :completion_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeInteger

The creation time of the export task, expressed as the number of milliseconds after ‘Jan 1, 1970 00:00:00 UTC`.

Returns:

  • (Integer)


1972
1973
1974
1975
1976
1977
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1972

class ExportTaskExecutionInfo < Struct.new(
  :creation_time,
  :completion_time)
  SENSITIVE = []
  include Aws::Structure
end