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

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

Instance Attribute Details

#step_statusString

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

Returns:

  • (String)


3709
3710
3711
3712
3713
3714
3715
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3709

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)


3709
3710
3711
3712
3713
3714
3715
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3709

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)


3709
3710
3711
3712
3713
3714
3715
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3709

class GetUpgradeStatusResponse < Struct.new(
  :upgrade_step,
  :step_status,
  :upgrade_name)
  SENSITIVE = []
  include Aws::Structure
end