Class: Aws::AmplifyUIBuilder::Types::UpdateFormResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::UpdateFormResponse
- 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 updated form.
Instance Attribute Details
#entity ⇒ Types::Form
Describes the configuration of the updated form.
3439 3440 3441 3442 3443 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3439 class UpdateFormResponse < Struct.new( :entity) SENSITIVE = [] include Aws::Structure end |