DescribeEmergencyContactSettingsResponse
public struct DescribeEmergencyContactSettingsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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.
Declaration
Swift
public let emergencyContactList: [EmergencyContact]?
-
Undocumented
Declaration
Swift
public init(emergencyContactList: [EmergencyContact]? = nil)