Class: Aws::AmplifyUIBuilder::Types::DeleteFormRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The unique ID of the Amplify app associated with the form to delete.

Returns:

  • (String)


1361
1362
1363
1364
1365
1366
1367
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1361

class DeleteFormRequest < Struct.new(
  :app_id,
  :environment_name,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#environment_nameString

The name of the backend environment that is a part of the Amplify app.

Returns:

  • (String)


1361
1362
1363
1364
1365
1366
1367
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1361

class DeleteFormRequest < Struct.new(
  :app_id,
  :environment_name,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique ID of the form to delete.

Returns:

  • (String)


1361
1362
1363
1364
1365
1366
1367
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1361

class DeleteFormRequest < Struct.new(
  :app_id,
  :environment_name,
  :id)
  SENSITIVE = []
  include Aws::Structure
end