Class: Aws::Types::UpdateAssociationOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAssociationOutput
- 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.
2057 2058 2059 |
# File 'sig/types.rbs', line 2057 def association @association end |
#webhook ⇒ Types::GenericWebhook
Returns the value of attribute webhook.
2058 2059 2060 |
# File 'sig/types.rbs', line 2058 def webhook @webhook end |