Class: Aws::AmplifyBackend::Types::RemoveAllBackendsReqObj

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-amplifybackend/types.rb

Overview

The request object for this operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#clean_amplify_appBoolean

Cleans up the Amplify Console app if this value is set to true.

Returns:

  • (Boolean)


2757
2758
2759
2760
2761
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2757

class RemoveAllBackendsReqObj < Struct.new(
  :clean_amplify_app)
  SENSITIVE = []
  include Aws::Structure
end