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