GetContactMethodsResult
public struct GetContactMethodsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An array of objects that describe the contact methods.
Declaration
Swift
public let contactMethods: [ContactMethod]? -
Undocumented
Declaration
Swift
public init(contactMethods: [ContactMethod]? = nil)
View on GitHub
GetContactMethodsResult Structure Reference