Class: Aws::OpenSearchServerless::Types::GetIndexRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::GetIndexRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The unique identifier of the collection containing the index.
-
#index_name ⇒ String
The name of the index to retrieve information about.
Instance Attribute Details
#id ⇒ String
The unique identifier of the collection containing the index.
1375 1376 1377 1378 1379 1380 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1375 class GetIndexRequest < Struct.new( :id, :index_name) SENSITIVE = [] include Aws::Structure end |
#index_name ⇒ String
The name of the index to retrieve information about.
1375 1376 1377 1378 1379 1380 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1375 class GetIndexRequest < Struct.new( :id, :index_name) SENSITIVE = [] include Aws::Structure end |