Class: Aws::Types::UpgradeStepItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#issues::Array[::String]

Returns the value of attribute issues.

Returns:

  • (::Array[::String])


2517
2518
2519
# File 'sig/types.rbs', line 2517

def issues
  @issues
end

#progress_percent::Float

Returns the value of attribute progress_percent.

Returns:

  • (::Float)


2518
2519
2520
# File 'sig/types.rbs', line 2518

def progress_percent
  @progress_percent
end

#upgrade_step"PRE_UPGRADE_CHECK", ...

Returns the value of attribute upgrade_step.

Returns:

  • ("PRE_UPGRADE_CHECK", "SNAPSHOT", "UPGRADE")


2515
2516
2517
# File 'sig/types.rbs', line 2515

def upgrade_step
  @upgrade_step
end

#upgrade_step_status"IN_PROGRESS", ...

Returns the value of attribute upgrade_step_status.

Returns:

  • ("IN_PROGRESS", "SUCCEEDED", "SUCCEEDED_WITH_ISSUES", "FAILED")


2516
2517
2518
# File 'sig/types.rbs', line 2516

def upgrade_step_status
  @upgrade_step_status
end