Class: Aws::AmplifyBackend::Types::ListBackendJobReqObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::ListBackendJobReqObj
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifybackend/types.rb
Overview
The request object for this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The ID for the job.
-
#max_results ⇒ Integer
The maximum number of results that you want in the response.
-
#next_token ⇒ String
The token for the next set of results.
-
#operation ⇒ String
Filters the list of response objects to include only those with the specified operation name.
-
#status ⇒ String
Filters the list of response objects to include only those with the specified status.
Instance Attribute Details
#job_id ⇒ String
The ID for the job.
2561 2562 2563 2564 2565 2566 2567 2568 2569 |
# File '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_results ⇒ Integer
The maximum number of results that you want in the response.
2561 2562 2563 2564 2565 2566 2567 2568 2569 |
# File '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_token ⇒ String
The token for the next set of results.
2561 2562 2563 2564 2565 2566 2567 2568 2569 |
# File '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 |
#operation ⇒ String
Filters the list of response objects to include only those with the specified operation name.
2561 2562 2563 2564 2565 2566 2567 2568 2569 |
# File '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 |
#status ⇒ String
Filters the list of response objects to include only those with the specified status.
2561 2562 2563 2564 2565 2566 2567 2568 2569 |
# File '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 |