Class: Aws::DataSync::Types::DescribeDiscoveryJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#collection_duration_minutesInteger

The number of minutes that the discovery job runs.

Returns:

  • (Integer)


1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1614

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_arnString

The ARN of the discovery job.

Returns:

  • (String)


1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1614

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_timeTime

The time when the discovery job ended.

Returns:

  • (Time)


1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1614

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_timeTime

The time when the discovery job started.

Returns:

  • (Time)


1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1614

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

#statusString

Indicates the status of a discovery job. For more information, see Discovery job statuses.

Returns:

  • (String)


1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1614

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_arnString

The ARN of the on-premises storage system you're running the discovery job on.

Returns:

  • (String)


1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1614

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