Class: Aws::Types::FileBatchJobDefinition
- Inherits:
-
Object
- Object
- Aws::Types::FileBatchJobDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_name ⇒ ::String
Returns the value of attribute file_name.
-
#folder_path ⇒ ::String
Returns the value of attribute folder_path.
Instance Attribute Details
#file_name ⇒ ::String
Returns the value of attribute file_name.
427 428 429 |
# File 'sig/types.rbs', line 427 def file_name @file_name end |
#folder_path ⇒ ::String
Returns the value of attribute folder_path.
428 429 430 |
# File 'sig/types.rbs', line 428 def folder_path @folder_path end |