EmergencyContact

public struct EmergencyContact : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Additional notes regarding the contact.

    Declaration

    Swift

    public let contactNotes: String?
  • The email address for the contact.

    Declaration

    Swift

    public let emailAddress: String
  • The phone number for the contact.

    Declaration

    Swift

    public let phoneNumber: String?
  • Undocumented

    Declaration

    Swift

    public init(contactNotes: String? = nil, emailAddress: String, phoneNumber: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws