Class: Aws::Types::PagerDutyConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PagerDutyConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#pager_duty_incident_configuration ⇒ Types::PagerDutyIncidentConfiguration
Returns the value of attribute pager_duty_incident_configuration.
-
#secret_id ⇒ ::String
Returns the value of attribute secret_id.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
547 548 549 |
# File 'sig/types.rbs', line 547 def name @name end |
#pager_duty_incident_configuration ⇒ Types::PagerDutyIncidentConfiguration
Returns the value of attribute pager_duty_incident_configuration.
548 549 550 |
# File 'sig/types.rbs', line 548 def pager_duty_incident_configuration @pager_duty_incident_configuration end |
#secret_id ⇒ ::String
Returns the value of attribute secret_id.
549 550 551 |
# File 'sig/types.rbs', line 549 def secret_id @secret_id end |