Class: Aws::AmplifyBackend::Types::RemoveAllBackendsRespObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::RemoveAllBackendsRespObj
- Defined in:
- gems/aws-sdk-amplifybackend/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.
3587 3588 3589 3590 3591 3592 3593 3594 3595 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3587 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.
3587 3588 3589 3590 3591 3592 3593 3594 3595 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3587 class RemoveAllBackendsRespObj < Struct.new( :app_id, :error, :job_id, :operation, :status) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The ID for the job.
3587 3588 3589 3590 3591 3592 3593 3594 3595 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3587 class RemoveAllBackendsRespObj < Struct.new( :app_id, :error, :job_id, :operation, :status) SENSITIVE = [] include Aws::Structure end |
#operation ⇒ String
The name of the operation.
3587 3588 3589 3590 3591 3592 3593 3594 3595 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3587 class RemoveAllBackendsRespObj < Struct.new( :app_id, :error, :job_id, :operation, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the request.
3587 3588 3589 3590 3591 3592 3593 3594 3595 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3587 class RemoveAllBackendsRespObj < Struct.new( :app_id, :error, :job_id, :operation, :status) SENSITIVE = [] include Aws::Structure end |