Class: Aws::AmplifyUIBuilder::Types::GetFormResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::GetFormResponse
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#form ⇒ Types::Form
Represents the configuration settings for the form.
Instance Attribute Details
#form ⇒ Types::Form
Represents the configuration settings for the form.
2282 2283 2284 2285 2286 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2282 class GetFormResponse < Struct.new( :form) SENSITIVE = [] include Aws::Structure end |