Class: Aws::DataSync::Types::ListDiscoveryJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::ListDiscoveryJobsResponse
- Defined in:
- gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#discovery_jobs ⇒ Array<Types::DiscoveryJobListEntry>
The discovery jobs that you've run.
-
#next_token ⇒ String
The opaque string that indicates the position to begin the next list of results in the response.
Instance Attribute Details
#discovery_jobs ⇒ Array<Types::DiscoveryJobListEntry>
The discovery jobs that you've run.
3311 3312 3313 3314 3315 3316 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3311 class ListDiscoveryJobsResponse < Struct.new( :discovery_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The opaque string that indicates the position to begin the next list of results in the response.
3311 3312 3313 3314 3315 3316 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3311 class ListDiscoveryJobsResponse < Struct.new( :discovery_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |