Class: Aws::DataSync::Types::StopDiscoveryJobRequest

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

Specifies the Amazon Resource Name (ARN) of the discovery job that you want to stop.

Returns:

  • (String)


4874
4875
4876
4877
4878
# File 'lib/aws-sdk-datasync/types.rb', line 4874

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