Class: Aws::Types::ExternalBedrockKnowledgeBaseConfig
- Inherits:
-
Object
- Object
- Aws::Types::ExternalBedrockKnowledgeBaseConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_role_arn ⇒ ::String
Returns the value of attribute access_role_arn.
-
#bedrock_knowledge_base_arn ⇒ ::String
Returns the value of attribute bedrock_knowledge_base_arn.
Instance Attribute Details
#access_role_arn ⇒ ::String
Returns the value of attribute access_role_arn.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def access_role_arn @access_role_arn end |
#bedrock_knowledge_base_arn ⇒ ::String
Returns the value of attribute bedrock_knowledge_base_arn.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def bedrock_knowledge_base_arn @bedrock_knowledge_base_arn end |