Class: Aws::CloudWatchLogs::Types::CancelImportTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::CancelImportTaskRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#import_id ⇒ String
The ID of the import task to cancel.
Instance Attribute Details
#import_id ⇒ String
The ID of the import task to cancel.
515 516 517 518 519 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 515 class CancelImportTaskRequest < Struct.new( :import_id) SENSITIVE = [] include Aws::Structure end |