Class: Aws::Types::ImportDataSource
- Inherits:
-
Object
- Object
- Aws::Types::ImportDataSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_format ⇒ "CSV", "JSON"
Returns the value of attribute data_format.
-
#s3_url ⇒ ::String
Returns the value of attribute s3_url.
Instance Attribute Details
#data_format ⇒ "CSV", "JSON"
Returns the value of attribute data_format.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def data_format @data_format end |
#s3_url ⇒ ::String
Returns the value of attribute s3_url.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def s3_url @s3_url end |