Class: Aws::Types::GetUpgradeStatusResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#step_status"IN_PROGRESS", ...

Returns the value of attribute step_status.

Returns:

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


1396
1397
1398
# File 'sig/types.rbs', line 1396

def step_status
  @step_status
end

#upgrade_name::String

Returns the value of attribute upgrade_name.

Returns:

  • (::String)


1397
1398
1399
# File 'sig/types.rbs', line 1397

def upgrade_name
  @upgrade_name
end

#upgrade_step"PRE_UPGRADE_CHECK", ...

Returns the value of attribute upgrade_step.

Returns:

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


1395
1396
1397
# File 'sig/types.rbs', line 1395

def upgrade_step
  @upgrade_step
end