Class: Aws::Types::UpdateJobOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_list::Array[Types::Artifact]

Returns the value of attribute artifact_list.

Returns:



228
229
230
# File 'sig/types.rbs', line 228

def artifact_list
  @artifact_list
end

#successBoolean

Returns the value of attribute success.

Returns:

  • (Boolean)


226
227
228
# File 'sig/types.rbs', line 226

def success
  @success
end

#warning_message::String

Returns the value of attribute warning_message.

Returns:

  • (::String)


227
228
229
# File 'sig/types.rbs', line 227

def warning_message
  @warning_message
end