Class: Aws::AmplifyBackend::Types::RemoveAllBackendsReqObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::RemoveAllBackendsReqObj
- Defined in:
- gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb
Overview
The request object for this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#clean_amplify_app ⇒ Boolean
Cleans up the Amplify Console app if this value is set to true.
Instance Attribute Details
#clean_amplify_app ⇒ Boolean
Cleans up the Amplify Console app if this value is set to true.
3534 3535 3536 3537 3538 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3534 class RemoveAllBackendsReqObj < Struct.new( :clean_amplify_app) SENSITIVE = [] include Aws::Structure end |