Class: Aws::AmplifyUIBuilder::Types::FormSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::FormSummary
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Describes the basic information about a form.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The unique ID for the app associated with the form summary.
-
#data_type ⇒ Types::FormDataTypeConfig
The form's data source type.
-
#environment_name ⇒ String
The name of the backend environment that is part of the Amplify app.
-
#form_action_type ⇒ String
The type of operation to perform on the form.
-
#id ⇒ String
The ID of the form.
-
#name ⇒ String
The name of the form.
Instance Attribute Details
#app_id ⇒ String
The unique ID for the app associated with the form summary.
2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2173 class FormSummary < Struct.new( :app_id, :data_type, :environment_name, :form_action_type, :id, :name) SENSITIVE = [] include Aws::Structure end |
#data_type ⇒ Types::FormDataTypeConfig
The form's data source type.
2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2173 class FormSummary < Struct.new( :app_id, :data_type, :environment_name, :form_action_type, :id, :name) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name of the backend environment that is part of the Amplify app.
2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2173 class FormSummary < Struct.new( :app_id, :data_type, :environment_name, :form_action_type, :id, :name) SENSITIVE = [] include Aws::Structure end |
#form_action_type ⇒ String
The type of operation to perform on the form.
2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2173 class FormSummary < Struct.new( :app_id, :data_type, :environment_name, :form_action_type, :id, :name) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the form.
2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2173 class FormSummary < Struct.new( :app_id, :data_type, :environment_name, :form_action_type, :id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the form.
2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2173 class FormSummary < Struct.new( :app_id, :data_type, :environment_name, :form_action_type, :id, :name) SENSITIVE = [] include Aws::Structure end |