Class: Aws::Types::JobMessages
- Inherits:
-
Object
- Object
- Aws::Types::JobMessages
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#info ⇒ ::Array[::String]
Returns the value of attribute info.
-
#warning ⇒ ::Array[::String]
Returns the value of attribute warning.
Instance Attribute Details
#info ⇒ ::Array[::String]
Returns the value of attribute info.
1506 1507 1508 |
# File 'sig/types.rbs', line 1506 def info @info end |
#warning ⇒ ::Array[::String]
Returns the value of attribute warning.
1507 1508 1509 |
# File 'sig/types.rbs', line 1507 def warning @warning end |