Class: Aws::QBusiness::Types::DeleteIndexRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The identifier of the Amazon Q Business application the Amazon Q Business index is linked to.

Returns:

  • (String)


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_idString

The identifier of the Amazon Q Business index.

Returns:

  • (String)


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