Class: Aws::CloudWatchLogs::Types::CancelExportTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::CancelExportTaskRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task_id ⇒ String
The ID of the export task.
Instance Attribute Details
#task_id ⇒ String
The ID of the export task.
348 349 350 351 352 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 348 class CancelExportTaskRequest < Struct.new( :task_id) SENSITIVE = [] include Aws::Structure end |