Class: Aws::ElasticsearchService::Types::UpgradeStepItem

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticsearchservice/types.rb

Overview

Represents a single step of the 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>)


4450
4451
4452
4453
4454
4455
4456
4457
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4450

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

#progress_percentFloat

The Floating point value representing progress percentage of a particular step.

Returns:

  • (Float)


4450
4451
4452
4453
4454
4455
4456
4457
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4450

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

#upgrade_stepString

Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through: * PreUpgradeCheck

  • Snapshot

  • Upgrade

Returns:

  • (String)


4450
4451
4452
4453
4454
4455
4456
4457
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4450

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

#upgrade_step_statusString

The status of a particular step during an upgrade. The status can take one of the following values: * In Progress

  • Succeeded

  • Succeeded with Issues

  • Failed

Returns:

  • (String)


4450
4451
4452
4453
4454
4455
4456
4457
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4450

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