Class: Aws::DataSync::Types::DescribeDiscoveryJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DescribeDiscoveryJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collection_duration_minutes ⇒ Integer
The number of minutes that the discovery job runs.
-
#discovery_job_arn ⇒ String
The ARN of the discovery job.
-
#job_end_time ⇒ Time
The time when the discovery job ended.
-
#job_start_time ⇒ Time
The time when the discovery job started.
-
#status ⇒ String
Indicates the status of a discovery job.
-
#storage_system_arn ⇒ String
The ARN of the on-premises storage system you’re running the discovery job on.
Instance Attribute Details
#collection_duration_minutes ⇒ Integer
The number of minutes that the discovery job runs.
1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 |
# File 'lib/aws-sdk-datasync/types.rb', line 1668 class DescribeDiscoveryJobResponse < Struct.new( :storage_system_arn, :discovery_job_arn, :collection_duration_minutes, :status, :job_start_time, :job_end_time) SENSITIVE = [] include Aws::Structure end |
#discovery_job_arn ⇒ String
The ARN of the discovery job.
1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 |
# File 'lib/aws-sdk-datasync/types.rb', line 1668 class DescribeDiscoveryJobResponse < Struct.new( :storage_system_arn, :discovery_job_arn, :collection_duration_minutes, :status, :job_start_time, :job_end_time) SENSITIVE = [] include Aws::Structure end |
#job_end_time ⇒ Time
The time when the discovery job ended.
1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 |
# File 'lib/aws-sdk-datasync/types.rb', line 1668 class DescribeDiscoveryJobResponse < Struct.new( :storage_system_arn, :discovery_job_arn, :collection_duration_minutes, :status, :job_start_time, :job_end_time) SENSITIVE = [] include Aws::Structure end |
#job_start_time ⇒ Time
The time when the discovery job started.
1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 |
# File 'lib/aws-sdk-datasync/types.rb', line 1668 class DescribeDiscoveryJobResponse < Struct.new( :storage_system_arn, :discovery_job_arn, :collection_duration_minutes, :status, :job_start_time, :job_end_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Indicates the status of a discovery job. For more information, see [Discovery job statuses].
1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 |
# File 'lib/aws-sdk-datasync/types.rb', line 1668 class DescribeDiscoveryJobResponse < Struct.new( :storage_system_arn, :discovery_job_arn, :collection_duration_minutes, :status, :job_start_time, :job_end_time) SENSITIVE = [] include Aws::Structure end |
#storage_system_arn ⇒ String
The ARN of the on-premises storage system you’re running the discovery job on.
1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 |
# File 'lib/aws-sdk-datasync/types.rb', line 1668 class DescribeDiscoveryJobResponse < Struct.new( :storage_system_arn, :discovery_job_arn, :collection_duration_minutes, :status, :job_start_time, :job_end_time) SENSITIVE = [] include Aws::Structure end |