Class: Aws::DataSync::Types::UpdateDiscoveryJobRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#collection_duration_minutesInteger

Specifies in minutes how long that you want the discovery job to run. (You can’t set this parameter to less than the number of minutes that the job has already run for.)

Returns:

  • (Integer)


5292
5293
5294
5295
5296
5297
# File 'lib/aws-sdk-datasync/types.rb', line 5292

class UpdateDiscoveryJobRequest < Struct.new(
  :discovery_job_arn,
  :collection_duration_minutes)
  SENSITIVE = []
  include Aws::Structure
end

#discovery_job_arnString

Specifies the Amazon Resource Name (ARN) of the discovery job that you want to update.

Returns:

  • (String)


5292
5293
5294
5295
5296
5297
# File 'lib/aws-sdk-datasync/types.rb', line 5292

class UpdateDiscoveryJobRequest < Struct.new(
  :discovery_job_arn,
  :collection_duration_minutes)
  SENSITIVE = []
  include Aws::Structure
end