GetContactResponse
public struct GetContactResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The details of the requested contact.
Declaration
Swift
public let contact: Contact?
-
Undocumented
Declaration
Swift
public init(contact: Contact? = nil)