Class: Aws::Types::AssociationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AssociationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_configuration_data ⇒ Types::AssociationConfigurationData
Returns the value of attribute association_configuration_data.
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#association_type ⇒ "KNOWLEDGE_BASE"
Returns the value of attribute association_type.
Instance Attribute Details
#association_configuration_data ⇒ Types::AssociationConfigurationData
Returns the value of attribute association_configuration_data.
377 378 379 |
# File 'sig/types.rbs', line 377 def association_configuration_data @association_configuration_data end |
#association_id ⇒ ::String
Returns the value of attribute association_id.
375 376 377 |
# File 'sig/types.rbs', line 375 def association_id @association_id end |
#association_type ⇒ "KNOWLEDGE_BASE"
Returns the value of attribute association_type.
376 377 378 |
# File 'sig/types.rbs', line 376 def association_type @association_type end |