Class: Aws::DataSync::Types::StopDiscoveryJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::StopDiscoveryJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#discovery_job_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the discovery job that you want to stop.
Instance Attribute Details
#discovery_job_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the discovery job that you want to stop.
5413 5414 5415 5416 5417 |
# File 'lib/aws-sdk-datasync/types.rb', line 5413 class StopDiscoveryJobRequest < Struct.new( :discovery_job_arn) SENSITIVE = [] include Aws::Structure end |