Class: Aws::Amplify::Types::ListJobsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::ListJobsResult
- Defined in:
- gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb
Overview
The maximum number of records to list in a single response.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_summaries ⇒ Array<Types::JobSummary>
The result structure for the list job result request.
-
#next_token ⇒ String
A pagination token.
Instance Attribute Details
#job_summaries ⇒ Array<Types::JobSummary>
The result structure for the list job result request.
2188 2189 2190 2191 2192 2193 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2188 class ListJobsResult < Struct.new( :job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token. If non-null the pagination token is returned in a result. Pass its value in another request to retrieve more entries.
2188 2189 2190 2191 2192 2193 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2188 class ListJobsResult < Struct.new( :job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |