Class: Aws::OpenSearchService::Types::CreateIndexResponse

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

Returns:

  • (String)


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