Class: Aws::Kendra::Types::DescribeExperienceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DescribeExperienceRequest
- 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 your Amazon Kendra experience you want to get information on.
-
#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 get information on.
3338 3339 3340 3341 3342 3343 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3338 class DescribeExperienceRequest < Struct.new( :id, :index_id) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the index for your Amazon Kendra experience.
3338 3339 3340 3341 3342 3343 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3338 class DescribeExperienceRequest < Struct.new( :id, :index_id) SENSITIVE = [] include Aws::Structure end |