Class: Aws::DataSync::Types::CancelTaskExecutionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::CancelTaskExecutionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
CancelTaskExecutionRequest
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task_execution_arn ⇒ String
The Amazon Resource Name (ARN) of the task execution to stop.
Instance Attribute Details
#task_execution_arn ⇒ String
The Amazon Resource Name (ARN) of the task execution to stop.
174 175 176 177 178 |
# File 'lib/aws-sdk-datasync/types.rb', line 174 class CancelTaskExecutionRequest < Struct.new( :task_execution_arn) SENSITIVE = [] include Aws::Structure end |