Class: Aws::Types::FormDataTypeConfig
- Inherits:
-
Object
- Object
- Aws::Types::FormDataTypeConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source_type ⇒ "DataStore", "Custom"
Returns the value of attribute data_source_type.
-
#data_type_name ⇒ ::String
Returns the value of attribute data_type_name.
Instance Attribute Details
#data_source_type ⇒ "DataStore", "Custom"
Returns the value of attribute data_source_type.
525 526 527 |
# File 'sig/types.rbs', line 525 def data_source_type @data_source_type end |
#data_type_name ⇒ ::String
Returns the value of attribute data_type_name.
526 527 528 |
# File 'sig/types.rbs', line 526 def data_type_name @data_type_name end |