Class: Aws::Types::JobInputOptions
- Inherits:
-
Object
- Object
- Aws::Types::JobInputOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#format ⇒ "Parquet"
Returns the value of attribute format.
-
#location ⇒ ::String
Returns the value of attribute location.
Instance Attribute Details
#format ⇒ "Parquet"
Returns the value of attribute format.
801 802 803 |
# File 'sig/types.rbs', line 801 def format @format end |
#location ⇒ ::String
Returns the value of attribute location.
800 801 802 |
# File 'sig/types.rbs', line 800 def location @location end |