Class: Aws::Types::JobIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::JobIdentifier
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: FileName, ScriptName, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_name ⇒ ::String
Returns the value of attribute file_name.
-
#script_name ⇒ ::String
Returns the value of attribute script_name.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#file_name ⇒ ::String
Returns the value of attribute file_name.
638 639 640 |
# File 'sig/types.rbs', line 638 def file_name @file_name end |
#script_name ⇒ ::String
Returns the value of attribute script_name.
639 640 641 |
# File 'sig/types.rbs', line 639 def script_name @script_name end |
#unknown ⇒ Object
Returns the value of attribute unknown.
640 641 642 |
# File 'sig/types.rbs', line 640 def unknown @unknown end |