Class: Aws::DataSync::Types::DescribeTaskExecutionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb

Overview

DescribeTaskExecutionRequest

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#task_execution_arnString

Specifies the Amazon Resource Name (ARN) of the task execution that you want information about.

Returns:

  • (String)


2552
2553
2554
2555
2556
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2552

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