Class: Aws::AmplifyBackend::Types::BackendJobRespObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::BackendJobRespObj
- Defined in:
- gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb
Overview
The response object for this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The app ID.
-
#backend_environment_name ⇒ String
The name of the backend environment.
-
#create_time ⇒ String
The time when the job was created.
-
#error ⇒ String
If the request fails, this error is returned.
-
#job_id ⇒ String
The ID for the job.
-
#operation ⇒ String
The name of the operation.
-
#status ⇒ String
The current status of the request.
-
#update_time ⇒ String
The time when the job was last updated.
Instance Attribute Details
#app_id ⇒ String
The app ID.
439 440 441 442 443 444 445 446 447 448 449 450 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 439 class BackendJobRespObj < Struct.new( :app_id, :backend_environment_name, :create_time, :error, :job_id, :operation, :status, :update_time) SENSITIVE = [] include Aws::Structure end |
#backend_environment_name ⇒ String
The name of the backend environment.
439 440 441 442 443 444 445 446 447 448 449 450 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 439 class BackendJobRespObj < Struct.new( :app_id, :backend_environment_name, :create_time, :error, :job_id, :operation, :status, :update_time) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ String
The time when the job was created.
439 440 441 442 443 444 445 446 447 448 449 450 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 439 class BackendJobRespObj < Struct.new( :app_id, :backend_environment_name, :create_time, :error, :job_id, :operation, :status, :update_time) SENSITIVE = [] include Aws::Structure end |
#error ⇒ String
If the request fails, this error is returned.
439 440 441 442 443 444 445 446 447 448 449 450 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 439 class BackendJobRespObj < Struct.new( :app_id, :backend_environment_name, :create_time, :error, :job_id, :operation, :status, :update_time) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The ID for the job.
439 440 441 442 443 444 445 446 447 448 449 450 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 439 class BackendJobRespObj < Struct.new( :app_id, :backend_environment_name, :create_time, :error, :job_id, :operation, :status, :update_time) SENSITIVE = [] include Aws::Structure end |
#operation ⇒ String
The name of the operation.
439 440 441 442 443 444 445 446 447 448 449 450 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 439 class BackendJobRespObj < Struct.new( :app_id, :backend_environment_name, :create_time, :error, :job_id, :operation, :status, :update_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the request.
439 440 441 442 443 444 445 446 447 448 449 450 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 439 class BackendJobRespObj < Struct.new( :app_id, :backend_environment_name, :create_time, :error, :job_id, :operation, :status, :update_time) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ String
The time when the job was last updated.
439 440 441 442 443 444 445 446 447 448 449 450 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 439 class BackendJobRespObj < Struct.new( :app_id, :backend_environment_name, :create_time, :error, :job_id, :operation, :status, :update_time) SENSITIVE = [] include Aws::Structure end |