Class: Aws::Types::PagerDutyIncidentDetail
- Inherits:
-
Object
- Object
- Aws::Types::PagerDutyIncidentDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_resolve ⇒ Boolean
Returns the value of attribute auto_resolve.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#secret_id ⇒ ::String
Returns the value of attribute secret_id.
Instance Attribute Details
#auto_resolve ⇒ Boolean
Returns the value of attribute auto_resolve.
559 560 561 |
# File 'sig/types.rbs', line 559 def auto_resolve @auto_resolve end |
#id ⇒ ::String
Returns the value of attribute id.
560 561 562 |
# File 'sig/types.rbs', line 560 def id @id end |
#secret_id ⇒ ::String
Returns the value of attribute secret_id.
561 562 563 |
# File 'sig/types.rbs', line 561 def secret_id @secret_id end |