Class: Aws::ElasticsearchService::Types::UpgradeHistory
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::UpgradeHistory
- 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
-
#start_timestamp ⇒ Time
UTC Timestamp at which the Upgrade API call was made in “yyyy-MM-ddTHH:mm:ssZ” format.
-
#steps_list ⇒ Array<Types::UpgradeStepItem>
A list of ‘ UpgradeStepItem ` s representing information about each step performed as pard of a specific Upgrade or Upgrade Eligibility Check.
-
#upgrade_name ⇒ String
A string that describes the update briefly.
-
#upgrade_status ⇒ String
The overall status of the update.
Instance Attribute Details
#start_timestamp ⇒ Time
UTC Timestamp at which the Upgrade API call was made in “yyyy-MM-ddTHH:mm:ssZ” format.
4253 4254 4255 4256 4257 4258 4259 4260 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4253 class UpgradeHistory < Struct.new( :upgrade_name, :start_timestamp, :upgrade_status, :steps_list) SENSITIVE = [] include Aws::Structure end |
#steps_list ⇒ Array<Types::UpgradeStepItem>
A list of ‘ UpgradeStepItem ` s representing information about each step performed as pard of a specific Upgrade or Upgrade Eligibility Check.
4253 4254 4255 4256 4257 4258 4259 4260 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4253 class UpgradeHistory < Struct.new( :upgrade_name, :start_timestamp, :upgrade_status, :steps_list) SENSITIVE = [] include Aws::Structure end |
#upgrade_name ⇒ String
A string that describes the update briefly
4253 4254 4255 4256 4257 4258 4259 4260 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4253 class UpgradeHistory < Struct.new( :upgrade_name, :start_timestamp, :upgrade_status, :steps_list) SENSITIVE = [] include Aws::Structure end |
#upgrade_status ⇒ String
The overall status of the update. The status can take one of the following values: * In Progress
-
Succeeded
-
Succeeded with Issues
-
Failed
4253 4254 4255 4256 4257 4258 4259 4260 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4253 class UpgradeHistory < Struct.new( :upgrade_name, :start_timestamp, :upgrade_status, :steps_list) SENSITIVE = [] include Aws::Structure end |