Class: Aws::QBusiness::Types::GetIndexRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::GetIndexRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The identifier of the Amazon Q Business application connected to the index.
-
#index_id ⇒ String
The identifier of the Amazon Q Business index you want information on.
Instance Attribute Details
#application_id ⇒ String
The identifier of the Amazon Q Business application connected to the index.
3952 3953 3954 3955 3956 3957 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 3952 class GetIndexRequest < Struct.new( :application_id, :index_id) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the Amazon Q Business index you want information on.
3952 3953 3954 3955 3956 3957 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 3952 class GetIndexRequest < Struct.new( :application_id, :index_id) SENSITIVE = [] include Aws::Structure end |