Class: Aws::CloudWatchLogs::Types::CreateExportTaskResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#task_idString

The ID of the export task.

Returns:

  • (String)


460
461
462
463
464
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 460

class CreateExportTaskResponse < Struct.new(
  :task_id)
  SENSITIVE = []
  include Aws::Structure
end