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


6381
6382
6383
6384
6385
6386
6387
6388
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6381

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)


6381
6382
6383
6384
6385
6386
6387
6388
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6381

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)


6381
6382
6383
6384
6385
6386
6387
6388
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6381

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)


6381
6382
6383
6384
6385
6386
6387
6388
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6381

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