Class: Aws::Types::UpdateActionResultsMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#processed_update_actions::Array[Types::ProcessedUpdateAction]

Returns the value of attribute processed_update_actions.

Returns:



1912
1913
1914
# File 'sig/types.rbs', line 1912

def processed_update_actions
  @processed_update_actions
end

#unprocessed_update_actions::Array[Types::UnprocessedUpdateAction]

Returns the value of attribute unprocessed_update_actions.

Returns:



1913
1914
1915
# File 'sig/types.rbs', line 1913

def unprocessed_update_actions
  @unprocessed_update_actions
end