Class: Aws::Types::UpdateActionsMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1918
1919
1920
# File 'sig/types.rbs', line 1918

def marker
  @marker
end

#update_actions::Array[Types::UpdateAction]

Returns the value of attribute update_actions.

Returns:



1919
1920
1921
# File 'sig/types.rbs', line 1919

def update_actions
  @update_actions
end