Class: Aws::AmplifyBackend::Types::RemoveAllBackendsRespObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::RemoveAllBackendsRespObj
- Includes:
- Structure
- Defined in:
- 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.
-
#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.
2802 2803 2804 2805 2806 2807 2808 2809 2810 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2802 class RemoveAllBackendsRespObj < Struct.new( :app_id, :error, :job_id, :operation, :status) SENSITIVE = [] include Aws::Structure end |
#error ⇒ String
If the request fails, this error is returned.
2802 2803 2804 2805 2806 2807 2808 2809 2810 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2802 class RemoveAllBackendsRespObj < Struct.new( :app_id, :error, :job_id, :operation, :status) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The ID for the job.
2802 2803 2804 2805 2806 2807 2808 2809 2810 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2802 class RemoveAllBackendsRespObj < Struct.new( :app_id, :error, :job_id, :operation, :status) SENSITIVE = [] include Aws::Structure end |
#operation ⇒ String
The name of the operation.
2802 2803 2804 2805 2806 2807 2808 2809 2810 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2802 class RemoveAllBackendsRespObj < Struct.new( :app_id, :error, :job_id, :operation, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the request.
2802 2803 2804 2805 2806 2807 2808 2809 2810 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2802 class RemoveAllBackendsRespObj < Struct.new( :app_id, :error, :job_id, :operation, :status) SENSITIVE = [] include Aws::Structure end |