Class: Aws::Kendra::Types::DeleteIndexRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DeleteIndexRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Note:
When making an API call, you may pass DeleteIndexRequest data as a hash:
{
id: "IndexId", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the index to delete.
Instance Attribute Details
#id ⇒ String
The identifier of the index to delete.
2768 2769 2770 2771 2772 |
# File 'lib/aws-sdk-kendra/types.rb', line 2768 class DeleteIndexRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |