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)


8626
8627
8628
8629
8630
# File 'lib/aws-sdk-opensearchservice/types.rb', line 8626

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