Class: Aws::ElasticsearchService::Types::UpgradeHistory

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

Overview

History of the last 10 Upgrades and Upgrade Eligibility Checks.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#start_timestampTime

UTC Timestamp at which the Upgrade API call was made in “yyyy-MM-ddTHH:mm:ssZ” format.

Returns:

  • (Time)


4413
4414
4415
4416
4417
4418
4419
4420
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4413

class UpgradeHistory < Struct.new(
  :upgrade_name,
  :start_timestamp,
  :upgrade_status,
  :steps_list)
  SENSITIVE = []
  include Aws::Structure
end

#steps_listArray<Types::UpgradeStepItem>

A list of ‘ UpgradeStepItem ` s representing information about each step performed as pard of a specific Upgrade or Upgrade Eligibility Check.

Returns:



4413
4414
4415
4416
4417
4418
4419
4420
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4413

class UpgradeHistory < Struct.new(
  :upgrade_name,
  :start_timestamp,
  :upgrade_status,
  :steps_list)
  SENSITIVE = []
  include Aws::Structure
end

#upgrade_nameString

A string that describes the update briefly

Returns:

  • (String)


4413
4414
4415
4416
4417
4418
4419
4420
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4413

class UpgradeHistory < Struct.new(
  :upgrade_name,
  :start_timestamp,
  :upgrade_status,
  :steps_list)
  SENSITIVE = []
  include Aws::Structure
end

#upgrade_statusString

The overall status of the update. The status can take one of the following values: * In Progress

  • Succeeded

  • Succeeded with Issues

  • Failed

Returns:

  • (String)


4413
4414
4415
4416
4417
4418
4419
4420
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4413

class UpgradeHistory < Struct.new(
  :upgrade_name,
  :start_timestamp,
  :upgrade_status,
  :steps_list)
  SENSITIVE = []
  include Aws::Structure
end