Class: Aws::Types::FMKBParameters
- Inherits:
-
Object
- Object
- Aws::Types::FMKBParameters
- 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.
-
#linked_data_source_ids ⇒ ::Array[::String]
Returns the value of attribute linked_data_source_ids.
Instance Attribute Details
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
5382 5383 5384 |
# File 'sig/types.rbs', line 5382 def knowledge_base_arn @knowledge_base_arn end |
#linked_data_source_ids ⇒ ::Array[::String]
Returns the value of attribute linked_data_source_ids.
5383 5384 5385 |
# File 'sig/types.rbs', line 5383 def linked_data_source_ids @linked_data_source_ids end |