AWS SDK for Kotlin
Toggle table of contents
1.5.122
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
partnercentralaccount
/
aws.sdk.kotlin.services.partnercentralaccount.model
/
VerificationType
Verification
Type
sealed
class
VerificationType
Inheritors
BusinessVerification
RegistrantVerification
SdkUnknown
Members
Types
Business
Verification
Link copied to clipboard
object
BusinessVerification
:
VerificationType
Companion
Link copied to clipboard
object
Companion
Registrant
Verification
Link copied to clipboard
object
RegistrantVerification
:
VerificationType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
VerificationType
Properties
value
Link copied to clipboard
abstract
val
value
:
String