Class: Aws::Kendra::Types::DeleteIndexRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DeleteIndexRequest
- Includes:
- Structure
- Defined in:
- 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.
3190 3191 3192 3193 3194 |
# File 'lib/aws-sdk-kendra/types.rb', line 3190 class DeleteIndexRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |