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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/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.

Returns:

  • (String)


2319
2320
2321
2322
2323
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2319

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