Class: Aws::SSMIncidents::Types::PagerDutyIncidentDetail

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb

Overview

Details about the PagerDuty incident associated with an incident created by an Incident Manager response plan.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_resolveBoolean

Indicates whether to resolve the PagerDuty incident when you resolve the associated Incident Manager incident.

Returns:

  • (Boolean)


1783
1784
1785
1786
1787
1788
1789
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1783

class PagerDutyIncidentDetail < Struct.new(
  :auto_resolve,
  :id,
  :secret_id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the incident associated with the PagerDuty service for the response plan.

Returns:

  • (String)


1783
1784
1785
1786
1787
1788
1789
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1783

class PagerDutyIncidentDetail < Struct.new(
  :auto_resolve,
  :id,
  :secret_id)
  SENSITIVE = []
  include Aws::Structure
end

#secret_idString

The ID of the Amazon Web Services Secrets Manager secret that stores your PagerDuty key, either a General Access REST API Key or User Token REST API Key, and other user credentials.

Returns:

  • (String)


1783
1784
1785
1786
1787
1788
1789
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1783

class PagerDutyIncidentDetail < Struct.new(
  :auto_resolve,
  :id,
  :secret_id)
  SENSITIVE = []
  include Aws::Structure
end