toggle menu
http4k
6.15.0.1
jvm
switch theme
search in API
http4k-connect-amazon-cognito
/
org.http4k.connect.amazon.cognito.model
/
CodeDeliveryDetails
Code
Delivery
Details
@
JsonSerializable
data
class
CodeDeliveryDetails
(
val
AttributeName
:
AttributeName
?
,
val
DeliveryMedium
:
DeliveryMedium
?
,
val
Destination
:
Destination
?
)
Members
Constructors
Code
Delivery
Details
Link copied to clipboard
constructor
(
AttributeName
:
AttributeName
?
,
DeliveryMedium
:
DeliveryMedium
?
,
Destination
:
Destination
?
)
Properties
Attribute
Name
Link copied to clipboard
val
AttributeName
:
AttributeName
?
Delivery
Medium
Link copied to clipboard
val
DeliveryMedium
:
DeliveryMedium
?
Destination
Link copied to clipboard
val
Destination
:
Destination
?