Class: Aws::Types::ListPlanExecutionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


485
486
487
# File 'sig/types.rbs', line 485

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


486
487
488
# File 'sig/types.rbs', line 486

def next_token
  @next_token
end

#plan_arn::String

Returns the value of attribute plan_arn.

Returns:

  • (::String)


484
485
486
# File 'sig/types.rbs', line 484

def plan_arn
  @plan_arn
end

#state"inProgress", ...

Returns the value of attribute state.

Returns:

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


487
488
489
# File 'sig/types.rbs', line 487

def state
  @state
end