Class: Aws::CloudWatchLogs::Types::CreateImportTaskResponse

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)


928
929
930
931
932
933
934
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 928

class CreateImportTaskResponse < Struct.new(
  :import_id,
  :import_destination_arn,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#import_destination_arnString

The ARN of the CloudWatch Logs log group created as the destination for the imported events.

Returns:

  • (String)


928
929
930
931
932
933
934
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 928

class CreateImportTaskResponse < Struct.new(
  :import_id,
  :import_destination_arn,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#import_idString

A unique identifier for the import task.

Returns:

  • (String)


928
929
930
931
932
933
934
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 928

class CreateImportTaskResponse < Struct.new(
  :import_id,
  :import_destination_arn,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end