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)


1889
1890
1891
1892
1893
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1889

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