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.
2757 2758 2759 2760 2761 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2757 class RemoveAllBackendsReqObj < Struct.new( :clean_amplify_app) SENSITIVE = [] include Aws::Structure end |