Class: Aws::DataSync::Types::ListDiscoveryJobsResponse

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

#discovery_jobsArray<Types::DiscoveryJobListEntry>

The discovery jobs that you've run.

Returns:



3352
3353
3354
3355
3356
3357
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3352

class ListDiscoveryJobsResponse < Struct.new(
  :discovery_jobs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


3352
3353
3354
3355
3356
3357
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3352

class ListDiscoveryJobsResponse < Struct.new(
  :discovery_jobs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end