Class: Aws::Types::RdsFieldMapping
- Inherits:
-
Object
- Object
- Aws::Types::RdsFieldMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_metadata_field ⇒ ::String
Returns the value of attribute custom_metadata_field.
-
#metadata_field ⇒ ::String
Returns the value of attribute metadata_field.
-
#primary_key_field ⇒ ::String
Returns the value of attribute primary_key_field.
-
#text_field ⇒ ::String
Returns the value of attribute text_field.
-
#vector_field ⇒ ::String
Returns the value of attribute vector_field.
Instance Attribute Details
#custom_metadata_field ⇒ ::String
Returns the value of attribute custom_metadata_field.
2388 2389 2390 |
# File 'sig/types.rbs', line 2388 def @custom_metadata_field end |
#metadata_field ⇒ ::String
Returns the value of attribute metadata_field.
2387 2388 2389 |
# File 'sig/types.rbs', line 2387 def @metadata_field end |
#primary_key_field ⇒ ::String
Returns the value of attribute primary_key_field.
2384 2385 2386 |
# File 'sig/types.rbs', line 2384 def primary_key_field @primary_key_field end |
#text_field ⇒ ::String
Returns the value of attribute text_field.
2386 2387 2388 |
# File 'sig/types.rbs', line 2386 def text_field @text_field end |
#vector_field ⇒ ::String
Returns the value of attribute vector_field.
2385 2386 2387 |
# File 'sig/types.rbs', line 2385 def vector_field @vector_field end |