Class: Aws::AmplifyBackend::Types::UpdateBackendJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::UpdateBackendJobResponse
- 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
- #create_time ⇒ String
- #error ⇒ String
- #job_id ⇒ String
- #operation ⇒ String
- #status ⇒ String
- #update_time ⇒ String
Instance Attribute Details
#app_id ⇒ String
3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3489 class UpdateBackendJobResponse < 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
3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3489 class UpdateBackendJobResponse < Struct.new( :app_id, :backend_environment_name, :create_time, :error, :job_id, :operation, :status, :update_time) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ String
3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3489 class UpdateBackendJobResponse < Struct.new( :app_id, :backend_environment_name, :create_time, :error, :job_id, :operation, :status, :update_time) SENSITIVE = [] include Aws::Structure end |
#error ⇒ String
3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3489 class UpdateBackendJobResponse < Struct.new( :app_id, :backend_environment_name, :create_time, :error, :job_id, :operation, :status, :update_time) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3489 class UpdateBackendJobResponse < Struct.new( :app_id, :backend_environment_name, :create_time, :error, :job_id, :operation, :status, :update_time) SENSITIVE = [] include Aws::Structure end |
#operation ⇒ String
3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3489 class UpdateBackendJobResponse < Struct.new( :app_id, :backend_environment_name, :create_time, :error, :job_id, :operation, :status, :update_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3489 class UpdateBackendJobResponse < Struct.new( :app_id, :backend_environment_name, :create_time, :error, :job_id, :operation, :status, :update_time) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ String
3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3489 class UpdateBackendJobResponse < Struct.new( :app_id, :backend_environment_name, :create_time, :error, :job_id, :operation, :status, :update_time) SENSITIVE = [] include Aws::Structure end |