Class: Aws::Types::AssociationConfigurationData
- Inherits:
-
Object
- Object
- Aws::Types::AssociationConfigurationData
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: KnowledgeBaseAssociationConfigurationData, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#knowledge_base_association_configuration_data ⇒ Types::KnowledgeBaseAssociationConfigurationData
Returns the value of attribute knowledge_base_association_configuration_data.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#knowledge_base_association_configuration_data ⇒ Types::KnowledgeBaseAssociationConfigurationData
Returns the value of attribute knowledge_base_association_configuration_data.
382 383 384 |
# File 'sig/types.rbs', line 382 def knowledge_base_association_configuration_data @knowledge_base_association_configuration_data end |
#unknown ⇒ Object
Returns the value of attribute unknown.
383 384 385 |
# File 'sig/types.rbs', line 383 def unknown @unknown end |