Class: Aws::Types::AssociateServiceOutput
- Inherits:
-
Object
- Object
- Aws::Types::AssociateServiceOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association ⇒ Types::Association
Returns the value of attribute association.
-
#webhook ⇒ Types::GenericWebhook
Returns the value of attribute webhook.
Instance Attribute Details
#association ⇒ Types::Association
Returns the value of attribute association.
229 230 231 |
# File 'sig/types.rbs', line 229 def association @association end |
#webhook ⇒ Types::GenericWebhook
Returns the value of attribute webhook.
230 231 232 |
# File 'sig/types.rbs', line 230 def webhook @webhook end |