Class: Aws::Types::AbbreviatedExecution

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actual_recovery_time::String

Returns the value of attribute actual_recovery_time.

Returns:

  • (::String)


24
25
26
# File 'sig/types.rbs', line 24

def actual_recovery_time
  @actual_recovery_time
end

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


16
17
18
# File 'sig/types.rbs', line 16

def comment
  @comment
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


18
19
20
# File 'sig/types.rbs', line 18

def end_time
  @end_time
end

#execution_action"activate", ...

Returns the value of attribute execution_action.

Returns:

  • ("activate", "deactivate", "postRecovery")


21
22
23
# File 'sig/types.rbs', line 21

def execution_action
  @execution_action
end

#execution_id::String

Returns the value of attribute execution_id.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def execution_id
  @execution_id
end

#execution_region::String

Returns the value of attribute execution_region.

Returns:

  • (::String)


22
23
24
# File 'sig/types.rbs', line 22

def execution_region
  @execution_region
end

#execution_state"inProgress", ...

Returns the value of attribute execution_state.

Returns:

  • ("inProgress", "pausedByFailedStep", "pausedByOperator", "completed", "completedWithExceptions", "canceled", "planExecutionTimedOut", "pendingManualApproval", "failed", "pending", "completedMonitoringApplicationHealth")


20
21
22
# File 'sig/types.rbs', line 20

def execution_state
  @execution_state
end

#mode"graceful", "ungraceful"

Returns the value of attribute mode.

Returns:

  • ("graceful", "ungraceful")


19
20
21
# File 'sig/types.rbs', line 19

def mode
  @mode
end

#plan_arn::String

Returns the value of attribute plan_arn.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def plan_arn
  @plan_arn
end

#recovery_execution_id::String

Returns the value of attribute recovery_execution_id.

Returns:

  • (::String)


23
24
25
# File 'sig/types.rbs', line 23

def recovery_execution_id
  @recovery_execution_id
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


17
18
19
# File 'sig/types.rbs', line 17

def start_time
  @start_time
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


15
16
17
# File 'sig/types.rbs', line 15

def updated_at
  @updated_at
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


14
15
16
# File 'sig/types.rbs', line 14

def version
  @version
end