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

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

The ARN of the discovery job that you started.

Returns:

  • (String)


5059
5060
5061
5062
5063
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5059

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