Class: Aws::AmplifyBackend::Types::CloneBackendRespObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::CloneBackendRespObj
- Defined in:
- gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb
Overview
The response object sent when a backend is created.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The app ID.
-
#backend_environment_name ⇒ String
The name of the backend environment.
-
#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.
Instance Attribute Details
#app_id ⇒ String
The app ID.
578 579 580 581 582 583 584 585 586 587 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 578 class CloneBackendRespObj < Struct.new( :app_id, :backend_environment_name, :error, :job_id, :operation, :status) SENSITIVE = [] include Aws::Structure end |
#backend_environment_name ⇒ String
The name of the backend environment.
578 579 580 581 582 583 584 585 586 587 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 578 class CloneBackendRespObj < Struct.new( :app_id, :backend_environment_name, :error, :job_id, :operation, :status) SENSITIVE = [] include Aws::Structure end |
#error ⇒ String
If the request fails, this error is returned.
578 579 580 581 582 583 584 585 586 587 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 578 class CloneBackendRespObj < Struct.new( :app_id, :backend_environment_name, :error, :job_id, :operation, :status) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The ID for the job.
578 579 580 581 582 583 584 585 586 587 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 578 class CloneBackendRespObj < Struct.new( :app_id, :backend_environment_name, :error, :job_id, :operation, :status) SENSITIVE = [] include Aws::Structure end |
#operation ⇒ String
The name of the operation.
578 579 580 581 582 583 584 585 586 587 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 578 class CloneBackendRespObj < Struct.new( :app_id, :backend_environment_name, :error, :job_id, :operation, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the request.
578 579 580 581 582 583 584 585 586 587 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 578 class CloneBackendRespObj < Struct.new( :app_id, :backend_environment_name, :error, :job_id, :operation, :status) SENSITIVE = [] include Aws::Structure end |