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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



7984
7985
7986
7987
7988
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7984

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