Class: Aws::DevOpsAgent::Types::PagerDutyConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::PagerDutyConfiguration
- Includes:
- Structure
- Defined in:
- 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
3848 3849 3850 3851 3852 3853 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 3848 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.
3848 3849 3850 3851 3852 3853 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 3848 class PagerDutyConfiguration < Struct.new( :services, :customer_email) SENSITIVE = [:customer_email] include Aws::Structure end |