Class: Aws::Types::InputSchemaUpdate
- Inherits:
-
Object
- Object
- Aws::Types::InputSchemaUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#record_column_updates ⇒ ::Array[Types::RecordColumn]
Returns the value of attribute record_column_updates.
-
#record_encoding_update ⇒ ::String
Returns the value of attribute record_encoding_update.
-
#record_format_update ⇒ Types::RecordFormat
Returns the value of attribute record_format_update.
Instance Attribute Details
#record_column_updates ⇒ ::Array[Types::RecordColumn]
Returns the value of attribute record_column_updates.
302 303 304 |
# File 'sig/types.rbs', line 302 def record_column_updates @record_column_updates end |
#record_encoding_update ⇒ ::String
Returns the value of attribute record_encoding_update.
301 302 303 |
# File 'sig/types.rbs', line 301 def record_encoding_update @record_encoding_update end |
#record_format_update ⇒ Types::RecordFormat
Returns the value of attribute record_format_update.
300 301 302 |
# File 'sig/types.rbs', line 300 def record_format_update @record_format_update end |