Class: Aws::Types::GetPlanExecutionResponse

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)


373
374
375
# File 'sig/types.rbs', line 373

def actual_recovery_time
  @actual_recovery_time
end

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


363
364
365
# File 'sig/types.rbs', line 363

def comment
  @comment
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


365
366
367
# File 'sig/types.rbs', line 365

def end_time
  @end_time
end

#execution_action"activate", ...

Returns the value of attribute execution_action.

Returns:

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


368
369
370
# File 'sig/types.rbs', line 368

def execution_action
  @execution_action
end

#execution_id::String

Returns the value of attribute execution_id.

Returns:

  • (::String)


360
361
362
# File 'sig/types.rbs', line 360

def execution_id
  @execution_id
end

#execution_region::String

Returns the value of attribute execution_region.

Returns:

  • (::String)


369
370
371
# File 'sig/types.rbs', line 369

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")


367
368
369
# File 'sig/types.rbs', line 367

def execution_state
  @execution_state
end

#generated_report_details::Array[Types::GeneratedReport]

Returns the value of attribute generated_report_details.

Returns:



374
375
376
# File 'sig/types.rbs', line 374

def generated_report_details
  @generated_report_details
end

#mode"graceful", "ungraceful"

Returns the value of attribute mode.

Returns:

  • ("graceful", "ungraceful")


366
367
368
# File 'sig/types.rbs', line 366

def mode
  @mode
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


375
376
377
# File 'sig/types.rbs', line 375

def next_token
  @next_token
end

#planTypes::Plan

Returns the value of attribute plan.

Returns:



372
373
374
# File 'sig/types.rbs', line 372

def plan
  @plan
end

#plan_arn::String

Returns the value of attribute plan_arn.

Returns:

  • (::String)


359
360
361
# File 'sig/types.rbs', line 359

def plan_arn
  @plan_arn
end

#recovery_execution_id::String

Returns the value of attribute recovery_execution_id.

Returns:

  • (::String)


370
371
372
# File 'sig/types.rbs', line 370

def recovery_execution_id
  @recovery_execution_id
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


364
365
366
# File 'sig/types.rbs', line 364

def start_time
  @start_time
end

#step_states::Array[Types::StepState]

Returns the value of attribute step_states.

Returns:



371
372
373
# File 'sig/types.rbs', line 371

def step_states
  @step_states
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


362
363
364
# File 'sig/types.rbs', line 362

def updated_at
  @updated_at
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


361
362
363
# File 'sig/types.rbs', line 361

def version
  @version
end