Class: Aws::OpenSearchService::Types::UpdateIndexResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the index update operation.

Returns:

  • (String)


7840
7841
7842
7843
7844
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7840

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