Class: Aws::SSMIncidents::Types::PagerDutyIncidentDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::PagerDutyIncidentDetail
- 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
-
#auto_resolve ⇒ Boolean
Indicates whether to resolve the PagerDuty incident when you resolve the associated Incident Manager incident.
-
#id ⇒ String
The ID of the incident associated with the PagerDuty service for the response plan.
-
#secret_id ⇒ String
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.
Instance Attribute Details
#auto_resolve ⇒ Boolean
Indicates whether to resolve the PagerDuty incident when you resolve the associated Incident Manager incident.
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 |
#id ⇒ String
The ID of the incident associated with the PagerDuty service for the response plan.
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_id ⇒ String
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.
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 |