Class: Aws::QBusiness::Types::DeleteIndexRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::DeleteIndexRequest
- Defined in:
- gems/aws-sdk-qbusiness/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.
3237 3238 3239 3240 3241 3242 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3237 class DeleteIndexRequest < Struct.new( :application_id, :index_id) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the Amazon Q Business index.
3237 3238 3239 3240 3241 3242 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3237 class DeleteIndexRequest < Struct.new( :application_id, :index_id) SENSITIVE = [] include Aws::Structure end |