Class: Aws::Types::FileSource
- Inherits:
-
Object
- Object
- Aws::Types::FileSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
-
#input_columns ⇒ ::Array[Types::InputColumn]
Returns the value of attribute input_columns.
-
#sheet_index ⇒ ::Integer
Returns the value of attribute sheet_index.
-
#upload_settings ⇒ Types::UploadSettings
Returns the value of attribute upload_settings.
Instance Attribute Details
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
5468 5469 5470 |
# File 'sig/types.rbs', line 5468 def data_source_arn @data_source_arn end |
#input_columns ⇒ ::Array[Types::InputColumn]
Returns the value of attribute input_columns.
5471 5472 5473 |
# File 'sig/types.rbs', line 5471 def input_columns @input_columns end |
#sheet_index ⇒ ::Integer
Returns the value of attribute sheet_index.
5470 5471 5472 |
# File 'sig/types.rbs', line 5470 def sheet_index @sheet_index end |
#upload_settings ⇒ Types::UploadSettings
Returns the value of attribute upload_settings.
5469 5470 5471 |
# File 'sig/types.rbs', line 5469 def upload_settings @upload_settings end |