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)


8572
8573
8574
8575
8576
# File 'lib/aws-sdk-opensearchservice/types.rb', line 8572

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