Class: Aws::Types::ParallelDataConfig
- Inherits:
-
Object
- Object
- Aws::Types::ParallelDataConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#format ⇒ "TSV", ...
Returns the value of attribute format.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
Instance Attribute Details
#format ⇒ "TSV", ...
Returns the value of attribute format.
242 243 244 |
# File 'sig/types.rbs', line 242 def format @format end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
241 242 243 |
# File 'sig/types.rbs', line 241 def s3_uri @s3_uri end |