Class: Aws::OpenSearchService::Types::UpgradeStepItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb

Overview

Represents a single step of an upgrade or upgrade eligibility check workflow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#issuesArray<String>

A list of strings containing detailed information about the errors encountered in a particular step.

Returns:

  • (Array<String>)


6371
6372
6373
6374
6375
6376
6377
6378
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6371

class UpgradeStepItem < Struct.new(
  :upgrade_step,
  :upgrade_step_status,
  :issues,
  :progress_percent)
  SENSITIVE = []
  include Aws::Structure
end

#progress_percentFloat

The floating point value representing the progress percentage of a particular step.

Returns:

  • (Float)


6371
6372
6373
6374
6375
6376
6377
6378
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6371

class UpgradeStepItem < Struct.new(
  :upgrade_step,
  :upgrade_step_status,
  :issues,
  :progress_percent)
  SENSITIVE = []
  include Aws::Structure
end

#upgrade_stepString

One of three steps that an upgrade or upgrade eligibility check goes through:

  • PreUpgradeCheck

  • Snapshot

  • Upgrade

Returns:

  • (String)


6371
6372
6373
6374
6375
6376
6377
6378
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6371

class UpgradeStepItem < Struct.new(
  :upgrade_step,
  :upgrade_step_status,
  :issues,
  :progress_percent)
  SENSITIVE = []
  include Aws::Structure
end

#upgrade_step_statusString

The current status of the upgrade. The status can take one of the following values:

  • In Progress

  • Succeeded

  • Succeeded with Issues

  • Failed

Returns:

  • (String)


6371
6372
6373
6374
6375
6376
6377
6378
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6371

class UpgradeStepItem < Struct.new(
  :upgrade_step,
  :upgrade_step_status,
  :issues,
  :progress_percent)
  SENSITIVE = []
  include Aws::Structure
end