Class: Aws::CloudWatchLogs::Types::CancelExportTaskRequest

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)


348
349
350
351
352
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 348

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