Class: Aws::OpenSearchServerless::Types::GetIndexRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The unique identifier of the collection containing the index.

Returns:

  • (String)


1320
1321
1322
1323
1324
1325
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1320

class GetIndexRequest < Struct.new(
  :id,
  :index_name)
  SENSITIVE = []
  include Aws::Structure
end

#index_nameString

The name of the index to retrieve information about.

Returns:

  • (String)


1320
1321
1322
1323
1324
1325
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1320

class GetIndexRequest < Struct.new(
  :id,
  :index_name)
  SENSITIVE = []
  include Aws::Structure
end