Class: Aws::Kendra::Types::DeleteExperienceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DeleteExperienceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of your Amazon Kendra experience you want to delete.
-
#index_id ⇒ String
The identifier of the index for your Amazon Kendra experience.
Instance Attribute Details
#id ⇒ String
The identifier of your Amazon Kendra experience you want to delete.
3240 3241 3242 3243 3244 3245 |
# File 'lib/aws-sdk-kendra/types.rb', line 3240 class DeleteExperienceRequest < Struct.new( :id, :index_id) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the index for your Amazon Kendra experience.
3240 3241 3242 3243 3244 3245 |
# File 'lib/aws-sdk-kendra/types.rb', line 3240 class DeleteExperienceRequest < Struct.new( :id, :index_id) SENSITIVE = [] include Aws::Structure end |