Class: Aws::Kendra::Types::UpdateExperienceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kendra/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::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

#descriptionString

A new description for your Amazon Kendra experience.

Returns:

  • (String)


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

#idString

The identifier of your Amazon Kendra experience you want to update.

Returns:

  • (String)


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_idString

The identifier of the index for your Amazon Kendra experience.

Returns:

  • (String)


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

#nameString

A new name for your Amazon Kendra experience.

Returns:

  • (String)


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_arnString

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].

[1]: docs.aws.amazon.com/kendra/latest/dg/iam-roles.html

Returns:

  • (String)


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