Class: Aws::AmplifyUIBuilder::Types::DeleteFormRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::DeleteFormRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The unique ID of the Amplify app associated with the form to delete.
-
#environment_name ⇒ String
The name of the backend environment that is a part of the Amplify app.
-
#id ⇒ String
The unique ID of the form to delete.
Instance Attribute Details
#app_id ⇒ String
The unique ID of the Amplify app associated with the form to delete.
1361 1362 1363 1364 1365 1366 1367 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 1361 class DeleteFormRequest < Struct.new( :app_id, :environment_name, :id) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name of the backend environment that is a part of the Amplify app.
1361 1362 1363 1364 1365 1366 1367 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 1361 class DeleteFormRequest < Struct.new( :app_id, :environment_name, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID of the form to delete.
1361 1362 1363 1364 1365 1366 1367 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 1361 class DeleteFormRequest < Struct.new( :app_id, :environment_name, :id) SENSITIVE = [] include Aws::Structure end |