Class: Aws::AmplifyBackend::Types::DeleteBackendRespObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::DeleteBackendRespObj
- Defined in:
- gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb
Overview
The returned object for a request to delete a backend.
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.
1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1556 class DeleteBackendRespObj < 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.
1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1556 class DeleteBackendRespObj < 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.
1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1556 class DeleteBackendRespObj < 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.
1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1556 class DeleteBackendRespObj < Struct.new( :app_id, :backend_environment_name, :error, :job_id, :operation, :status) SENSITIVE = [] include Aws::Structure end |
#operation ⇒ String
The name of the operation.
1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1556 class DeleteBackendRespObj < 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.
1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1556 class DeleteBackendRespObj < Struct.new( :app_id, :backend_environment_name, :error, :job_id, :operation, :status) SENSITIVE = [] include Aws::Structure end |