Class: Aws::Kendra::Types::DeleteIndexRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DeleteIndexRequest
- Defined in:
- gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the index you want to delete.
Instance Attribute Details
#id ⇒ String
The identifier of the index you want to delete.
3307 3308 3309 3310 3311 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3307 class DeleteIndexRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |