Class: Aws::OpenSearchService::Types::DeleteIndexResponse

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 deletion operation.



2324
2325
2326
2327
2328
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2324

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