http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
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
?
)
(
source
)
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
?