Class: Aws::AmplifyUIBuilder::Types::FormDataTypeConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::FormDataTypeConfig
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Describes the data type configuration for the data source associated with a form.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source_type ⇒ String
The data source type, either an Amplify DataStore model or a custom data type.
-
#data_type_name ⇒ String
The unique name of the data type you are using as the data source for the form.
Instance Attribute Details
#data_source_type ⇒ String
The data source type, either an Amplify DataStore model or a custom data type.
1997 1998 1999 2000 2001 2002 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1997 class FormDataTypeConfig < Struct.new( :data_source_type, :data_type_name) SENSITIVE = [] include Aws::Structure end |
#data_type_name ⇒ String
The unique name of the data type you are using as the data source for the form.
1997 1998 1999 2000 2001 2002 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1997 class FormDataTypeConfig < Struct.new( :data_source_type, :data_type_name) SENSITIVE = [] include Aws::Structure end |