Class: Aws::Shield::Types::DescribeEmergencyContactSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::DescribeEmergencyContactSettingsResponse
- Defined in:
- gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#emergency_contact_list ⇒ Array<Types::EmergencyContact>
A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.
Instance Attribute Details
#emergency_contact_list ⇒ Array<Types::EmergencyContact>
A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.
760 761 762 763 764 |
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 760 class DescribeEmergencyContactSettingsResponse < Struct.new( :emergency_contact_list) SENSITIVE = [] include Aws::Structure end |