Class: Aws::Kendra::Types::UpdateExperienceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::UpdateExperienceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::ExperienceConfiguration
Configuration information you want to update for your Amazon Kendra experience.
-
#description ⇒ String
A new description for your Amazon Kendra experience.
-
#id ⇒ String
The identifier of your Amazon Kendra experience you want to update.
-
#index_id ⇒ String
The identifier of the index for your Amazon Kendra experience.
-
#name ⇒ String
A new name for your Amazon Kendra experience.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of a role with permission to access ‘Query` API, `QuerySuggestions` API, `SubmitFeedback` API, and IAM Identity Center that stores your user and group information.
Instance Attribute Details
#configuration ⇒ Types::ExperienceConfiguration
Configuration information you want to update for your Amazon Kendra experience.
10607 10608 10609 10610 10611 10612 10613 10614 10615 10616 |
# File 'lib/aws-sdk-kendra/types.rb', line 10607 class UpdateExperienceRequest < Struct.new( :id, :name, :index_id, :role_arn, :configuration, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A new description for your Amazon Kendra experience.
10607 10608 10609 10610 10611 10612 10613 10614 10615 10616 |
# File 'lib/aws-sdk-kendra/types.rb', line 10607 class UpdateExperienceRequest < Struct.new( :id, :name, :index_id, :role_arn, :configuration, :description) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of your Amazon Kendra experience you want to update.
10607 10608 10609 10610 10611 10612 10613 10614 10615 10616 |
# File 'lib/aws-sdk-kendra/types.rb', line 10607 class UpdateExperienceRequest < Struct.new( :id, :name, :index_id, :role_arn, :configuration, :description) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the index for your Amazon Kendra experience.
10607 10608 10609 10610 10611 10612 10613 10614 10615 10616 |
# File 'lib/aws-sdk-kendra/types.rb', line 10607 class UpdateExperienceRequest < Struct.new( :id, :name, :index_id, :role_arn, :configuration, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A new name for your Amazon Kendra experience.
10607 10608 10609 10610 10611 10612 10613 10614 10615 10616 |
# File 'lib/aws-sdk-kendra/types.rb', line 10607 class UpdateExperienceRequest < Struct.new( :id, :name, :index_id, :role_arn, :configuration, :description) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) of a role with permission to access ‘Query` API, `QuerySuggestions` API, `SubmitFeedback` API, and IAM Identity Center that stores your user and group information. For more information, see [IAM roles for Amazon Kendra].
10607 10608 10609 10610 10611 10612 10613 10614 10615 10616 |
# File 'lib/aws-sdk-kendra/types.rb', line 10607 class UpdateExperienceRequest < Struct.new( :id, :name, :index_id, :role_arn, :configuration, :description) SENSITIVE = [] include Aws::Structure end |