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.
3809 3810 3811 3812 3813 3814 3815 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3809 class GetUpgradeStatusResponse < Struct.new( :upgrade_step, :step_status, :upgrade_name) SENSITIVE = [] include Aws::Structure end |
#upgrade_name ⇒ String
A string that describes the update.
3809 3810 3811 3812 3813 3814 3815 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3809 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.
3809 3810 3811 3812 3813 3814 3815 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3809 class GetUpgradeStatusResponse < Struct.new( :upgrade_step, :step_status, :upgrade_name) SENSITIVE = [] include Aws::Structure end |