Class: Aws::QBusiness::Types::Retriever
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::Retriever
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Summary information for the retriever used for your Amazon Q Business application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The identifier of the Amazon Q Business application using the retriever.
-
#display_name ⇒ String
The name of your retriever.
-
#retriever_id ⇒ String
The identifier of the retriever used by your Amazon Q Business application.
-
#status ⇒ String
The status of your retriever.
-
#type ⇒ String
The type of your retriever.
Instance Attribute Details
#application_id ⇒ String
The identifier of the Amazon Q Business application using the retriever.
6451 6452 6453 6454 6455 6456 6457 6458 6459 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6451 class Retriever < Struct.new( :application_id, :retriever_id, :type, :status, :display_name) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The name of your retriever.
6451 6452 6453 6454 6455 6456 6457 6458 6459 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6451 class Retriever < Struct.new( :application_id, :retriever_id, :type, :status, :display_name) SENSITIVE = [] include Aws::Structure end |
#retriever_id ⇒ String
The identifier of the retriever used by your Amazon Q Business application.
6451 6452 6453 6454 6455 6456 6457 6458 6459 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6451 class Retriever < Struct.new( :application_id, :retriever_id, :type, :status, :display_name) SENSITIVE = [] include Aws::Structure end |