Class: Aws::DataSync::Types::StartDiscoveryJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::StartDiscoveryJobResponse
- Defined in:
- gems/aws-sdk-datasync/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.
5385 5386 5387 5388 5389 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5385 class StartDiscoveryJobResponse < Struct.new( :discovery_job_arn) SENSITIVE = [] include Aws::Structure end |