Class: Aws::DataSync::Types::DescribeDiscoveryJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DescribeDiscoveryJobRequest
- 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 information about.
Instance Attribute Details
#discovery_job_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the discovery job that you want information about.
1630 1631 1632 1633 1634 |
# File 'lib/aws-sdk-datasync/types.rb', line 1630 class DescribeDiscoveryJobRequest < Struct.new( :discovery_job_arn) SENSITIVE = [] include Aws::Structure end |