Class: Aws::Types::DomainObjectTypeField
- Inherits:
-
Object
- Object
- Aws::Types::DomainObjectTypeField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_type ⇒ "STRING", "NUMBER"
Returns the value of attribute content_type.
-
#feature_type ⇒ "TEXTUAL", "CATEGORICAL"
Returns the value of attribute feature_type.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#target ⇒ ::String
Returns the value of attribute target.
Instance Attribute Details
#content_type ⇒ "STRING", "NUMBER"
Returns the value of attribute content_type.
853 854 855 |
# File 'sig/types.rbs', line 853 def content_type @content_type end |
#feature_type ⇒ "TEXTUAL", "CATEGORICAL"
Returns the value of attribute feature_type.
854 855 856 |
# File 'sig/types.rbs', line 854 def feature_type @feature_type end |
#source ⇒ ::String
Returns the value of attribute source.
851 852 853 |
# File 'sig/types.rbs', line 851 def source @source end |
#target ⇒ ::String
Returns the value of attribute target.
852 853 854 |
# File 'sig/types.rbs', line 852 def target @target end |