Class: Aws::ElasticsearchService::Types::GetUpgradeStatusResponse

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

Overview

Container for response returned by ‘ GetUpgradeStatus ` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#step_statusString

One of 4 statuses that a step can go through returned as part of the ‘ GetUpgradeStatusResponse ` object. The status can take one of the following values: * In Progress

  • Succeeded

  • Succeeded with Issues

  • Failed

Returns:

  • (String)


2577
2578
2579
2580
2581
2582
2583
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2577

class GetUpgradeStatusResponse < Struct.new(
  :upgrade_step,
  :step_status,
  :upgrade_name)
  SENSITIVE = []
  include Aws::Structure
end

#upgrade_nameString

A string that describes the update briefly

Returns:

  • (String)


2577
2578
2579
2580
2581
2582
2583
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2577

class GetUpgradeStatusResponse < Struct.new(
  :upgrade_step,
  :step_status,
  :upgrade_name)
  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)


2577
2578
2579
2580
2581
2582
2583
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2577

class GetUpgradeStatusResponse < Struct.new(
  :upgrade_step,
  :step_status,
  :upgrade_name)
  SENSITIVE = []
  include Aws::Structure
end