Class: Aws::SSMIncidents::Types::PagerDutyIncidentConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmincidents/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

Instance Attribute Details

#service_idString

The ID of the PagerDuty service that the response plan associates with an incident when it launches.

Returns:

  • (String)


1756
1757
1758
1759
1760
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1756

class PagerDutyIncidentConfiguration < Struct.new(
  :service_id)
  SENSITIVE = []
  include Aws::Structure
end