Class: Aws::OpenSearchService::Types::CreateIndexResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::CreateIndexResponse
- 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 creation operation.
Instance Attribute Details
#status ⇒ String
The status of the index creation operation.
1857 1858 1859 1860 1861 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1857 class CreateIndexResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |