Class: Aws::AmplifyBackend::Types::ListBackendJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::ListBackendJobsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifybackend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#jobs ⇒ Array<Types::BackendJobRespObj>
2633 2634 2635 2636 2637 2638 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2633 class ListBackendJobsResponse < Struct.new( :jobs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
2633 2634 2635 2636 2637 2638 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2633 class ListBackendJobsResponse < Struct.new( :jobs, :next_token) SENSITIVE = [] include Aws::Structure end |