Class: Aws::QBusiness::Types::UpdateRetrieverRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::UpdateRetrieverRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The identifier of your Amazon Q Business application.
-
#configuration ⇒ Types::RetrieverConfiguration
Provides information on how the retriever used for your Amazon Q Business application is configured.
-
#display_name ⇒ String
The name of your retriever.
-
#retriever_id ⇒ String
The identifier of your retriever.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of an IAM role with permission to access the retriever and required resources.
Instance Attribute Details
#application_id ⇒ String
The identifier of your Amazon Q Business application.
7510 7511 7512 7513 7514 7515 7516 7517 7518 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 7510 class UpdateRetrieverRequest < Struct.new( :application_id, :retriever_id, :configuration, :display_name, :role_arn) SENSITIVE = [] include Aws::Structure end |
#configuration ⇒ Types::RetrieverConfiguration
Provides information on how the retriever used for your Amazon Q Business application is configured.
7510 7511 7512 7513 7514 7515 7516 7517 7518 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 7510 class UpdateRetrieverRequest < Struct.new( :application_id, :retriever_id, :configuration, :display_name, :role_arn) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The name of your retriever.
7510 7511 7512 7513 7514 7515 7516 7517 7518 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 7510 class UpdateRetrieverRequest < Struct.new( :application_id, :retriever_id, :configuration, :display_name, :role_arn) SENSITIVE = [] include Aws::Structure end |
#retriever_id ⇒ String
The identifier of your retriever.
7510 7511 7512 7513 7514 7515 7516 7517 7518 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 7510 class UpdateRetrieverRequest < Struct.new( :application_id, :retriever_id, :configuration, :display_name, :role_arn) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) of an IAM role with permission to access the retriever and required resources.
7510 7511 7512 7513 7514 7515 7516 7517 7518 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 7510 class UpdateRetrieverRequest < Struct.new( :application_id, :retriever_id, :configuration, :display_name, :role_arn) SENSITIVE = [] include Aws::Structure end |