Class: Aws::OpenSearchService::Types::UpdateIndexResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::UpdateIndexResponse
- 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 update operation.
Instance Attribute Details
#status ⇒ String
The status of the index update operation.
7840 7841 7842 7843 7844 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7840 class UpdateIndexResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |