Class: Aws::Types::UpdateJobOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateJobOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifact_list ⇒ ::Array[Types::Artifact]
Returns the value of attribute artifact_list.
-
#success ⇒ Boolean
Returns the value of attribute success.
-
#warning_message ⇒ ::String
Returns the value of attribute warning_message.
Instance Attribute Details
#artifact_list ⇒ ::Array[Types::Artifact]
Returns the value of attribute artifact_list.
228 229 230 |
# File 'sig/types.rbs', line 228 def artifact_list @artifact_list end |
#success ⇒ Boolean
Returns the value of attribute success.
226 227 228 |
# File 'sig/types.rbs', line 226 def success @success end |
#warning_message ⇒ ::String
Returns the value of attribute warning_message.
227 228 229 |
# File 'sig/types.rbs', line 227 def end |