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.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def record_columns @record_columns end |
#record_encoding ⇒ ::String
Returns the value of attribute record_encoding.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def record_encoding @record_encoding end |
#record_format ⇒ Types::RecordFormat
Returns the value of attribute record_format.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def record_format @record_format end |