Class: Aws::Types::SourceSchema
- Inherits:
-
Object
- Object
- Aws::Types::SourceSchema
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#record_columns ⇒ ::Array[Types::RecordColumn]
Returns the value of attribute record_columns.
-
#record_encoding ⇒ ::String
Returns the value of attribute record_encoding.
-
#record_format ⇒ Types::RecordFormat
Returns the value of attribute record_format.
Instance Attribute Details
#record_columns ⇒ ::Array[Types::RecordColumn]
Returns the value of attribute record_columns.
576 577 578 |
# File 'sig/types.rbs', line 576 def record_columns @record_columns end |
#record_encoding ⇒ ::String
Returns the value of attribute record_encoding.
575 576 577 |
# File 'sig/types.rbs', line 575 def record_encoding @record_encoding end |
#record_format ⇒ Types::RecordFormat
Returns the value of attribute record_format.
574 575 576 |
# File 'sig/types.rbs', line 574 def record_format @record_format end |