Class: Aws::AmplifyBackend::Types::RemoveAllBackendsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::RemoveAllBackendsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifybackend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#app_id ⇒ String
2829 2830 2831 2832 2833 2834 2835 2836 2837 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2829 class RemoveAllBackendsResponse < Struct.new( :app_id, :error, :job_id, :operation, :status) SENSITIVE = [] include Aws::Structure end |
#error ⇒ String
2829 2830 2831 2832 2833 2834 2835 2836 2837 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2829 class RemoveAllBackendsResponse < Struct.new( :app_id, :error, :job_id, :operation, :status) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
2829 2830 2831 2832 2833 2834 2835 2836 2837 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2829 class RemoveAllBackendsResponse < Struct.new( :app_id, :error, :job_id, :operation, :status) SENSITIVE = [] include Aws::Structure end |
#operation ⇒ String
2829 2830 2831 2832 2833 2834 2835 2836 2837 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2829 class RemoveAllBackendsResponse < Struct.new( :app_id, :error, :job_id, :operation, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
2829 2830 2831 2832 2833 2834 2835 2836 2837 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2829 class RemoveAllBackendsResponse < Struct.new( :app_id, :error, :job_id, :operation, :status) SENSITIVE = [] include Aws::Structure end |