Class: Aws::OpenSearchServerless::Types::GetIndexRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::GetIndexRequest
- Defined in:
- gems/aws-sdk-opensearchserverless/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.
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_name ⇒ String
The name of the index to retrieve information about.
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 |