Class: Aws::Types::InputSchemaUpdate

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#record_column_updates::Array[Types::RecordColumn]

Returns the value of attribute record_column_updates.

Returns:



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.

Returns:

  • (::String)


732
733
734
# File 'sig/types.rbs', line 732

def record_encoding_update
  @record_encoding_update
end

#record_format_updateTypes::RecordFormat

Returns the value of attribute record_format_update.

Returns:



731
732
733
# File 'sig/types.rbs', line 731

def record_format_update
  @record_format_update
end