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:

  • (String)


9551
9552
9553
9554
9555
# File 'lib/aws-sdk-opensearchservice/types.rb', line 9551

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