Class: Aws::AmplifyBackend::Types::ListBackendJobRespObj

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#jobsArray<Types::BackendJobRespObj>

An array of jobs and their properties.

Returns:



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_tokenString

The token for the next set of results.

Returns:

  • (String)


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