Class: Aws::AmplifyUIBuilder::Types::CreateFormResponse

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

#entityTypes::Form

Describes the configuration of the new form.

Returns:



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