Class: Aws::AmplifyUIBuilder::Types::CreateFormRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::CreateFormRequest
- 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 to associate with the form.
-
#client_token ⇒ String
The unique client token.
-
#environment_name ⇒ String
The name of the backend environment that is a part of the Amplify app.
-
#form_to_create ⇒ Types::CreateFormData
Represents the configuration of the form to create.
Instance Attribute Details
#app_id ⇒ String
The unique ID of the Amplify app to associate with the form.
1219 1220 1221 1222 1223 1224 1225 1226 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 1219 class CreateFormRequest < Struct.new( :app_id, :environment_name, :client_token, :form_to_create) 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.
1219 1220 1221 1222 1223 1224 1225 1226 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 1219 class CreateFormRequest < Struct.new( :app_id, :environment_name, :client_token, :form_to_create) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name of the backend environment that is a part of the Amplify app.
1219 1220 1221 1222 1223 1224 1225 1226 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 1219 class CreateFormRequest < Struct.new( :app_id, :environment_name, :client_token, :form_to_create) SENSITIVE = [] include Aws::Structure end |
#form_to_create ⇒ Types::CreateFormData
Represents the configuration of the form to create.
1219 1220 1221 1222 1223 1224 1225 1226 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 1219 class CreateFormRequest < Struct.new( :app_id, :environment_name, :client_token, :form_to_create) SENSITIVE = [] include Aws::Structure end |