Class: Aws::Amplify::Types::ListJobsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-amplify/types.rb

Overview

The request structure for the list jobs request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The unique ID for an Amplify app.

Returns:

  • (String)


2087
2088
2089
2090
2091
2092
2093
2094
# File 'lib/aws-sdk-amplify/types.rb', line 2087

class ListJobsRequest < Struct.new(
  :app_id,
  :branch_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#branch_nameString

The name of the branch to use for the request.

Returns:

  • (String)


2087
2088
2089
2090
2091
2092
2093
2094
# File 'lib/aws-sdk-amplify/types.rb', line 2087

class ListJobsRequest < Struct.new(
  :app_id,
  :branch_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of records to list in a single response.

Returns:

  • (Integer)


2087
2088
2089
2090
2091
2092
2093
2094
# File 'lib/aws-sdk-amplify/types.rb', line 2087

class ListJobsRequest < Struct.new(
  :app_id,
  :branch_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token. Set to null to start listing steps from the start. If a non-null pagination token is returned in a result, pass its value in here to list more steps.

Returns:

  • (String)


2087
2088
2089
2090
2091
2092
2093
2094
# File 'lib/aws-sdk-amplify/types.rb', line 2087

class ListJobsRequest < Struct.new(
  :app_id,
  :branch_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end