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.
2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2140 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.
2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2140 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.
2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2140 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.
2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2140 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.
2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2140 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.
2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2140 class DeleteBackendRespObj < Struct.new( :app_id, :backend_environment_name, :error, :job_id, :operation, :status) SENSITIVE = [] include Aws::Structure end |