Class: Aws::DataSync::Types::DescribeDiscoveryJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DescribeDiscoveryJobResponse
- Defined in:
- gems/aws-sdk-datasync/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.
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1682 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.
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1682 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.
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1682 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.
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1682 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.
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1682 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.
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1682 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 |