Class: Aws::QBusiness::Types::CreateRetrieverResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::CreateRetrieverResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#retriever_arn ⇒ String
The Amazon Resource Name (ARN) of an IAM role associated with a retriever.
-
#retriever_id ⇒ String
The identifier of the retriever you are using.
Instance Attribute Details
#retriever_arn ⇒ String
The Amazon Resource Name (ARN) of an IAM role associated with a retriever.
2107 2108 2109 2110 2111 2112 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2107 class CreateRetrieverResponse < Struct.new( :retriever_id, :retriever_arn) SENSITIVE = [] include Aws::Structure end |
#retriever_id ⇒ String
The identifier of the retriever you are using.
2107 2108 2109 2110 2111 2112 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2107 class CreateRetrieverResponse < Struct.new( :retriever_id, :retriever_arn) SENSITIVE = [] include Aws::Structure end |