Class: Aws::DataSync::Types::StartDiscoveryJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::StartDiscoveryJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#discovery_job_arn ⇒ String
The ARN of the discovery job that you started.
Instance Attribute Details
#discovery_job_arn ⇒ String
The ARN of the discovery job that you started.
5283 5284 5285 5286 5287 |
# File 'lib/aws-sdk-datasync/types.rb', line 5283 class StartDiscoveryJobResponse < Struct.new( :discovery_job_arn) SENSITIVE = [] include Aws::Structure end |