Class: Aws::Types::NeptuneAnalyticsFieldMapping
- Inherits:
-
Object
- Object
- Aws::Types::NeptuneAnalyticsFieldMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metadata_field ⇒ ::String
Returns the value of attribute metadata_field.
-
#text_field ⇒ ::String
Returns the value of attribute text_field.
Instance Attribute Details
#metadata_field ⇒ ::String
Returns the value of attribute metadata_field.
2078 2079 2080 |
# File 'sig/types.rbs', line 2078 def @metadata_field end |
#text_field ⇒ ::String
Returns the value of attribute text_field.
2077 2078 2079 |
# File 'sig/types.rbs', line 2077 def text_field @text_field end |