Class: Aws::OpenSearchService::Types::GetUpgradeStatusRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb

Overview

Container for the request parameters to the GetUpgradeStatus operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The domain of the domain to get upgrade status information for.

Returns:

  • (String)


3685
3686
3687
3688
3689
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3685

class GetUpgradeStatusRequest < Struct.new(
  :domain_name)
  SENSITIVE = []
  include Aws::Structure
end