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:



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.

Returns:

  • (::String)


301
302
303
# File 'sig/types.rbs', line 301

def record_encoding_update
  @record_encoding_update
end

#record_format_updateTypes::RecordFormat

Returns the value of attribute record_format_update.

Returns:



300
301
302
# File 'sig/types.rbs', line 300

def record_format_update
  @record_format_update
end