Class: Aws::AmplifyBackend::Types::ListBackendJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::ListBackendJobsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifybackend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #app_id ⇒ String
- #backend_environment_name ⇒ String
- #job_id ⇒ String
- #max_results ⇒ Integer
- #next_token ⇒ String
- #operation ⇒ String
- #status ⇒ String
Instance Attribute Details
#app_id ⇒ String
2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2613 class ListBackendJobsRequest < Struct.new( :app_id, :backend_environment_name, :job_id, :max_results, :next_token, :operation, :status) SENSITIVE = [] include Aws::Structure end |
#backend_environment_name ⇒ String
2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2613 class ListBackendJobsRequest < Struct.new( :app_id, :backend_environment_name, :job_id, :max_results, :next_token, :operation, :status) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2613 class ListBackendJobsRequest < Struct.new( :app_id, :backend_environment_name, :job_id, :max_results, :next_token, :operation, :status) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2613 class ListBackendJobsRequest < Struct.new( :app_id, :backend_environment_name, :job_id, :max_results, :next_token, :operation, :status) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2613 class ListBackendJobsRequest < Struct.new( :app_id, :backend_environment_name, :job_id, :max_results, :next_token, :operation, :status) SENSITIVE = [] include Aws::Structure end |
#operation ⇒ String
2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2613 class ListBackendJobsRequest < Struct.new( :app_id, :backend_environment_name, :job_id, :max_results, :next_token, :operation, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2613 class ListBackendJobsRequest < Struct.new( :app_id, :backend_environment_name, :job_id, :max_results, :next_token, :operation, :status) SENSITIVE = [] include Aws::Structure end |