Class: Aws::DataSync::Types::DescribeDiscoveryJobRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#discovery_job_arnString

Specifies the Amazon Resource Name (ARN) of the discovery job that you want information about.

Returns:

  • (String)


1573
1574
1575
1576
1577
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1573

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