Class: Aws::AmplifyUIBuilder::Types::CreateFormResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::CreateFormResponse
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entity ⇒ Types::Form
Describes the configuration of the new form.
Instance Attribute Details
#entity ⇒ Types::Form
Describes the configuration of the new form.
1234 1235 1236 1237 1238 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1234 class CreateFormResponse < Struct.new( :entity) SENSITIVE = [] include Aws::Structure end |