Class: Aws::QBusiness::Types::DeleteIndexRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::DeleteIndexRequest
- 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 the Amazon Q Business index is linked to.
-
#index_id ⇒ String
The identifier of the Amazon Q Business index.
Instance Attribute Details
#application_id ⇒ String
The identifier of the Amazon Q Business application the Amazon Q Business index is linked to.
2766 2767 2768 2769 2770 2771 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2766 class DeleteIndexRequest < Struct.new( :application_id, :index_id) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the Amazon Q Business index.
2766 2767 2768 2769 2770 2771 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2766 class DeleteIndexRequest < Struct.new( :application_id, :index_id) SENSITIVE = [] include Aws::Structure end |