Class: Aws::Types::FileBatchJobIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::FileBatchJobIdentifier
- 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.
433 434 435 |
# File 'sig/types.rbs', line 433 def file_name @file_name end |
#folder_path ⇒ ::String
Returns the value of attribute folder_path.
434 435 436 |
# File 'sig/types.rbs', line 434 def folder_path @folder_path end |