Class: Aws::AmplifyUIBuilder::Types::UpdateFormRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::UpdateFormRequest
- 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 for the Amplify app.
-
#client_token ⇒ String
The unique client token.
-
#environment_name ⇒ String
The name of the backend environment that is part of the Amplify app.
-
#id ⇒ String
The unique ID for the form.
-
#updated_form ⇒ Types::UpdateFormData
The request accepts the following data in JSON format.
Instance Attribute Details
#app_id ⇒ String
The unique ID for the Amplify app.
3423 3424 3425 3426 3427 3428 3429 3430 3431 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3423 class UpdateFormRequest < Struct.new( :app_id, :environment_name, :id, :client_token, :updated_form) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
The unique client token.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
3423 3424 3425 3426 3427 3428 3429 3430 3431 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3423 class UpdateFormRequest < Struct.new( :app_id, :environment_name, :id, :client_token, :updated_form) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name of the backend environment that is part of the Amplify app.
3423 3424 3425 3426 3427 3428 3429 3430 3431 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3423 class UpdateFormRequest < Struct.new( :app_id, :environment_name, :id, :client_token, :updated_form) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID for the form.
3423 3424 3425 3426 3427 3428 3429 3430 3431 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3423 class UpdateFormRequest < Struct.new( :app_id, :environment_name, :id, :client_token, :updated_form) SENSITIVE = [] include Aws::Structure end |
#updated_form ⇒ Types::UpdateFormData
The request accepts the following data in JSON format.
3423 3424 3425 3426 3427 3428 3429 3430 3431 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3423 class UpdateFormRequest < Struct.new( :app_id, :environment_name, :id, :client_token, :updated_form) SENSITIVE = [] include Aws::Structure end |