Class: Aws::Types::ActionHistory

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_history_detailsTypes::ActionHistoryDetails

Returns the value of attribute action_history_details.



34
35
36
# File 'sig/types.rbs', line 34

def action_history_details
  @action_history_details
end

#event_type"SYSTEM", ...

Returns the value of attribute event_type.

Returns:

  • ("SYSTEM", "CREATE_ACTION", "DELETE_ACTION", "UPDATE_ACTION", "EXECUTE_ACTION")


33
34
35
# File 'sig/types.rbs', line 33

def event_type
  @event_type
end

#status"STANDBY", ...

Returns the value of attribute status.

Returns:

  • ("STANDBY", "PENDING", "EXECUTION_IN_PROGRESS", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "REVERSE_IN_PROGRESS", "REVERSE_SUCCESS", "REVERSE_FAILURE", "RESET_IN_PROGRESS", "RESET_FAILURE")


32
33
34
# File 'sig/types.rbs', line 32

def status
  @status
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


31
32
33
# File 'sig/types.rbs', line 31

def timestamp
  @timestamp
end