Class: Aws::SSMIncidents::Types::PagerDutyConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::PagerDutyConfiguration
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmincidents/types.rb
Overview
Details about the PagerDuty configuration for a response plan.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the PagerDuty configuration.
-
#pager_duty_incident_configuration ⇒ Types::PagerDutyIncidentConfiguration
Details about the PagerDuty service associated with the configuration.
-
#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
#name ⇒ String
The name of the PagerDuty configuration.
1738 1739 1740 1741 1742 1743 1744 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 1738 class PagerDutyConfiguration < Struct.new( :name, :pager_duty_incident_configuration, :secret_id) SENSITIVE = [] include Aws::Structure end |
#pager_duty_incident_configuration ⇒ Types::PagerDutyIncidentConfiguration
Details about the PagerDuty service associated with the configuration.
1738 1739 1740 1741 1742 1743 1744 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 1738 class PagerDutyConfiguration < Struct.new( :name, :pager_duty_incident_configuration, :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.
1738 1739 1740 1741 1742 1743 1744 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 1738 class PagerDutyConfiguration < Struct.new( :name, :pager_duty_incident_configuration, :secret_id) SENSITIVE = [] include Aws::Structure end |