Class: Aws::OpenSearchService::Types::GetUpgradeStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::GetUpgradeStatusResponse
- Defined in:
- gems/aws-sdk-opensearchservice/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.
4442 4443 4444 4445 4446 4447 4448 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4442 class GetUpgradeStatusResponse < Struct.new( :upgrade_step, :step_status, :upgrade_name) SENSITIVE = [] include Aws::Structure end |
#upgrade_name ⇒ String
A string that describes the update.
4442 4443 4444 4445 4446 4447 4448 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4442 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.
4442 4443 4444 4445 4446 4447 4448 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4442 class GetUpgradeStatusResponse < Struct.new( :upgrade_step, :step_status, :upgrade_name) SENSITIVE = [] include Aws::Structure end |