Class: Aws::OpenSearchService::Types::DeleteIndexResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DeleteIndexResponse
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the index deletion operation.
Instance Attribute Details
#status ⇒ String
The status of the index deletion operation.
2287 2288 2289 2290 2291 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2287 class DeleteIndexResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |