Class: Aws::Types::PagerDutyConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PagerDutyConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_email ⇒ ::String
Returns the value of attribute customer_email.
-
#services ⇒ ::Array[::String]
Returns the value of attribute services.
Instance Attribute Details
#customer_email ⇒ ::String
Returns the value of attribute customer_email.
1270 1271 1272 |
# File 'sig/types.rbs', line 1270 def customer_email @customer_email end |
#services ⇒ ::Array[::String]
Returns the value of attribute services.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def services @services end |