CodeDeliveryDetailsType
public struct CodeDeliveryDetailsType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The attribute name.
Declaration
Swift
public let attributeName: String?
-
The delivery medium (email message or phone number).
Declaration
Swift
public let deliveryMedium: DeliveryMediumType?
-
The destination for the code delivery details.
Declaration
Swift
public let destination: String?
-
Undocumented
Declaration
Swift
public init(attributeName: String? = nil, deliveryMedium: DeliveryMediumType? = nil, destination: String? = nil)