Class: Aws::AmplifyUIBuilder::Types::FormDataTypeConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#data_source_typeString

The data source type, either an Amplify DataStore model or a custom data type.

Returns:

  • (String)


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_nameString

The unique name of the data type you are using as the data source for the form.

Returns:

  • (String)


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