Class: Aws::AmplifyBackend::Types::ListBackendJobRespObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::ListBackendJobRespObj
- Defined in:
- gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb
Overview
The returned list of backend jobs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#jobs ⇒ Array<Types::BackendJobRespObj>
An array of jobs and their properties.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#jobs ⇒ Array<Types::BackendJobRespObj>
An array of jobs and their properties.
2583 2584 2585 2586 2587 2588 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2583 class ListBackendJobRespObj < Struct.new( :jobs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results.
2583 2584 2585 2586 2587 2588 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2583 class ListBackendJobRespObj < Struct.new( :jobs, :next_token) SENSITIVE = [] include Aws::Structure end |