Class: Aws::DataSync::Types::StartDiscoveryJobResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#discovery_job_arnString

The ARN of the discovery job that you started.

Returns:

  • (String)


4887
4888
4889
4890
4891
# File 'lib/aws-sdk-datasync/types.rb', line 4887

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