Class: Aws::Types::SourceTableConfig
- Inherits:
-
Object
- Object
- Aws::Types::SourceTableConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fields ⇒ ::Array[::String]
Returns the value of attribute fields.
-
#filter_predicate ⇒ ::String
Returns the value of attribute filter_predicate.
-
#primary_key ⇒ ::Array[::String]
Returns the value of attribute primary_key.
-
#record_update_field ⇒ ::String
Returns the value of attribute record_update_field.
Instance Attribute Details
#fields ⇒ ::Array[::String]
Returns the value of attribute fields.
7045 7046 7047 |
# File 'sig/types.rbs', line 7045 def fields @fields end |
#filter_predicate ⇒ ::String
Returns the value of attribute filter_predicate.
7046 7047 7048 |
# File 'sig/types.rbs', line 7046 def filter_predicate @filter_predicate end |
#primary_key ⇒ ::Array[::String]
Returns the value of attribute primary_key.
7047 7048 7049 |
# File 'sig/types.rbs', line 7047 def primary_key @primary_key end |
#record_update_field ⇒ ::String
Returns the value of attribute record_update_field.
7048 7049 7050 |
# File 'sig/types.rbs', line 7048 def record_update_field @record_update_field end |