Class: Aws::Types::KendraSourceDetail
- Inherits:
-
Object
- Object
- Aws::Types::KendraSourceDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
2520 2521 2522 |
# File 'sig/types.rbs', line 2520 def knowledge_base_arn @knowledge_base_arn end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2521 2522 2523 |
# File 'sig/types.rbs', line 2521 def role_arn @role_arn end |