AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
mailmanager
/
aws.sdk.kotlin.services.mailmanager.model
/
IngressPointStatus
Ingress
Point
Status
sealed
class
IngressPointStatus
Inheritors
Active
Closed
Deprovisioning
Failed
Provisioning
Updating
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
IngressPointStatus
Closed
Link copied to clipboard
object
Closed
:
IngressPointStatus
Companion
Link copied to clipboard
object
Companion
Deprovisioning
Link copied to clipboard
object
Deprovisioning
:
IngressPointStatus
Failed
Link copied to clipboard
object
Failed
:
IngressPointStatus
Provisioning
Link copied to clipboard
object
Provisioning
:
IngressPointStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
IngressPointStatus
Updating
Link copied to clipboard
object
Updating
:
IngressPointStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String