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.
733 734 735 |
# File 'sig/types.rbs', line 733 def record_column_updates @record_column_updates end |
#record_encoding_update ⇒ ::String
Returns the value of attribute record_encoding_update.
732 733 734 |
# File 'sig/types.rbs', line 732 def record_encoding_update @record_encoding_update end |
#record_format_update ⇒ Types::RecordFormat
Returns the value of attribute record_format_update.
731 732 733 |
# File 'sig/types.rbs', line 731 def record_format_update @record_format_update end |