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


1278
1279
1280
# File 'sig/types.rbs', line 1278

def issues
  @issues
end

#progress_percent::Float

Returns the value of attribute progress_percent.

Returns:

  • (::Float)


1279
1280
1281
# File 'sig/types.rbs', line 1279

def progress_percent
  @progress_percent
end

#upgrade_step"PRE_UPGRADE_CHECK", ...

Returns the value of attribute upgrade_step.

Returns:

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


1276
1277
1278
# File 'sig/types.rbs', line 1276

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


1277
1278
1279
# File 'sig/types.rbs', line 1277

def upgrade_step_status
  @upgrade_step_status
end