Class: Aws::Types::Integration
- Inherits:
-
Object
- Object
- Aws::Types::Integration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: PagerDutyConfiguration, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pager_duty_configuration ⇒ Types::PagerDutyConfiguration
Returns the value of attribute pager_duty_configuration.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#pager_duty_configuration ⇒ Types::PagerDutyConfiguration
Returns the value of attribute pager_duty_configuration.
405 406 407 |
# File 'sig/types.rbs', line 405 def pager_duty_configuration @pager_duty_configuration end |
#unknown ⇒ Object
Returns the value of attribute unknown.
406 407 408 |
# File 'sig/types.rbs', line 406 def unknown @unknown end |