Class: Aws::DataSync::Types::DiscoveryJobListEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DiscoveryJobListEntry
- Defined in:
- gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb
Overview
The details about a specific DataSync discovery job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#discovery_job_arn ⇒ String
The Amazon Resource Name (ARN) of a discovery job.
-
#status ⇒ String
The status of a discovery job.
Instance Attribute Details
#discovery_job_arn ⇒ String
The Amazon Resource Name (ARN) of a discovery job.
3251 3252 3253 3254 3255 3256 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3251 class DiscoveryJobListEntry < Struct.new( :discovery_job_arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of a discovery job. For more information, see Discovery job statuses.
3251 3252 3253 3254 3255 3256 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3251 class DiscoveryJobListEntry < Struct.new( :discovery_job_arn, :status) SENSITIVE = [] include Aws::Structure end |