Class: Aws::DevOpsAgent::Types::PagerDutyConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::PagerDutyConfiguration
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
Configuration for Pagerduty integration.
Constant Summary collapse
- SENSITIVE =
[:customer_email]
Instance Attribute Summary collapse
-
#customer_email ⇒ String
Email to be used in Pagerduty API header.
-
#services ⇒ Array<String>
List of Pagerduty service available for the association.
Instance Attribute Details
#customer_email ⇒ String
Email to be used in Pagerduty API header
2989 2990 2991 2992 2993 2994 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 2989 class PagerDutyConfiguration < Struct.new( :services, :customer_email) SENSITIVE = [:customer_email] include Aws::Structure end |
#services ⇒ Array<String>
List of Pagerduty service available for the association.
2989 2990 2991 2992 2993 2994 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 2989 class PagerDutyConfiguration < Struct.new( :services, :customer_email) SENSITIVE = [:customer_email] include Aws::Structure end |