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.
3274 3275 3276 3277 3278 |
# File 'lib/aws-sdk-kendra/types.rb', line 3274 class DeleteIndexRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |