Class: Aws::DataSync::Types::DescribeTaskExecutionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DescribeTaskExecutionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
DescribeTaskExecutionRequest
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task_execution_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the task execution that you want information about.
Instance Attribute Details
#task_execution_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the task execution that you want information about.
2633 2634 2635 2636 2637 |
# File 'lib/aws-sdk-datasync/types.rb', line 2633 class DescribeTaskExecutionRequest < Struct.new( :task_execution_arn) SENSITIVE = [] include Aws::Structure end |