Class: Aws::DataSync::Types::ListDiscoveryJobsRequest

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

#max_resultsInteger

Specifies how many results you want in the response.

Returns:

  • (Integer)


3358
3359
3360
3361
3362
3363
3364
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3358

class ListDiscoveryJobsRequest < Struct.new(
  :storage_system_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Specifies an opaque string that indicates the position to begin the next list of results in the response.

Returns:

  • (String)


3358
3359
3360
3361
3362
3363
3364
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3358

class ListDiscoveryJobsRequest < Struct.new(
  :storage_system_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#storage_system_arnString

Specifies the Amazon Resource Name (ARN) of an on-premises storage system. Use this parameter if you only want to list the discovery jobs that are associated with a specific storage system.

Returns:

  • (String)


3358
3359
3360
3361
3362
3363
3364
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3358

class ListDiscoveryJobsRequest < Struct.new(
  :storage_system_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end