Class: Aws::Types::FormDataTypeConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_type ⇒ "DataStore", "Custom"

Returns the value of attribute data_source_type.

Returns:

  • ("DataStore", "Custom")


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.

Returns:

  • (::String)


526
527
528
# File 'sig/types.rbs', line 526

def data_type_name
  @data_type_name
end