Class: Aws::Types::TransformationInputDataConfig
- Inherits:
-
Object
- Object
- Aws::Types::TransformationInputDataConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
-
#source_format ⇒ "CCDA", "CSV"
Returns the value of attribute source_format.
Instance Attribute Details
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
610 611 612 |
# File 'sig/types.rbs', line 610 def s3_uri @s3_uri end |
#source_format ⇒ "CCDA", "CSV"
Returns the value of attribute source_format.
611 612 613 |
# File 'sig/types.rbs', line 611 def source_format @source_format end |