Class: Aws::OpenSearchService::Types::GetUpgradeStatusResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#step_statusString

The status of the current step that an upgrade is on.

Returns:

  • (String)


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_nameString

A string that describes the update.

Returns:

  • (String)


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_stepString

One of three steps that an upgrade or upgrade eligibility check goes through.

Returns:

  • (String)


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