Class: Aws::Types::S3Source
- Inherits:
-
Object
- Object
- Aws::Types::S3Source
- 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.
-
#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.
9565 9566 9567 |
# File 'sig/types.rbs', line 9565 def data_source_arn @data_source_arn end |
#input_columns ⇒ ::Array[Types::InputColumn]
Returns the value of attribute input_columns.
9567 9568 9569 |
# File 'sig/types.rbs', line 9567 def input_columns @input_columns end |
#upload_settings ⇒ Types::UploadSettings
Returns the value of attribute upload_settings.
9566 9567 9568 |
# File 'sig/types.rbs', line 9566 def upload_settings @upload_settings end |