Class: Aws::Shield::Types::UpdateEmergencyContactSettingsRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-shield/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#emergency_contact_listArray<Types::EmergencyContact>

A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.

If you have proactive engagement enabled, the contact list must include at least one phone number.

Returns:



2155
2156
2157
2158
2159
# File 'lib/aws-sdk-shield/types.rb', line 2155

class UpdateEmergencyContactSettingsRequest < Struct.new(
  :emergency_contact_list)
  SENSITIVE = []
  include Aws::Structure
end