Class: Aws::AmplifyBackend::Types::ListBackendJobReqObj

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb

Overview

The request object for this operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The ID for the job.

Returns:

  • (String)


2561
2562
2563
2564
2565
2566
2567
2568
2569
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2561

class ListBackendJobReqObj < Struct.new(
  :job_id,
  :max_results,
  :next_token,
  :operation,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results that you want in the response.

Returns:

  • (Integer)


2561
2562
2563
2564
2565
2566
2567
2568
2569
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2561

class ListBackendJobReqObj < Struct.new(
  :job_id,
  :max_results,
  :next_token,
  :operation,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results.

Returns:

  • (String)


2561
2562
2563
2564
2565
2566
2567
2568
2569
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2561

class ListBackendJobReqObj < Struct.new(
  :job_id,
  :max_results,
  :next_token,
  :operation,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#operationString

Filters the list of response objects to include only those with the specified operation name.

Returns:

  • (String)


2561
2562
2563
2564
2565
2566
2567
2568
2569
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2561

class ListBackendJobReqObj < Struct.new(
  :job_id,
  :max_results,
  :next_token,
  :operation,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Filters the list of response objects to include only those with the specified status.

Returns:

  • (String)


2561
2562
2563
2564
2565
2566
2567
2568
2569
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2561

class ListBackendJobReqObj < Struct.new(
  :job_id,
  :max_results,
  :next_token,
  :operation,
  :status)
  SENSITIVE = []
  include Aws::Structure
end