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)


5067
5068
5069
5070
5071
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5067

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