Class: Aws::SSMIncidents::Types::PagerDutyIncidentConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::PagerDutyIncidentConfiguration
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmincidents/types.rb
Overview
Details about the PagerDuty service where the response plan creates an incident.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_id ⇒ String
The ID of the PagerDuty service that the response plan associates with an incident when it launches.
Instance Attribute Details
#service_id ⇒ String
The ID of the PagerDuty service that the response plan associates with an incident when it launches.
1756 1757 1758 1759 1760 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 1756 class PagerDutyIncidentConfiguration < Struct.new( :service_id) SENSITIVE = [] include Aws::Structure end |