Class: Aws::OpenSearchService::Types::GetUpgradeStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::GetUpgradeStatusResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Container for the response returned by the ‘GetUpgradeStatus` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#step_status ⇒ String
The status of the current step that an upgrade is on.
-
#upgrade_name ⇒ String
A string that describes the update.
-
#upgrade_step ⇒ String
One of three steps that an upgrade or upgrade eligibility check goes through.
Instance Attribute Details
#step_status ⇒ String
The status of the current step that an upgrade is on.
4237 4238 4239 4240 4241 4242 4243 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4237 class GetUpgradeStatusResponse < Struct.new( :upgrade_step, :step_status, :upgrade_name) SENSITIVE = [] include Aws::Structure end |
#upgrade_name ⇒ String
A string that describes the update.
4237 4238 4239 4240 4241 4242 4243 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4237 class GetUpgradeStatusResponse < Struct.new( :upgrade_step, :step_status, :upgrade_name) SENSITIVE = [] include Aws::Structure end |
#upgrade_step ⇒ String
One of three steps that an upgrade or upgrade eligibility check goes through.
4237 4238 4239 4240 4241 4242 4243 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4237 class GetUpgradeStatusResponse < Struct.new( :upgrade_step, :step_status, :upgrade_name) SENSITIVE = [] include Aws::Structure end |