toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
guardduty
/
aws.sdk.kotlin.services.guardduty.model
/
IpSetStatus
Ip
Set
Status
sealed
class
IpSetStatus
Inheritors
Activating
Active
Deactivating
Deleted
DeletePending
Error
Inactive
SdkUnknown
Members
Types
Activating
Link copied to clipboard
object
Activating
:
IpSetStatus
Active
Link copied to clipboard
object
Active
:
IpSetStatus
Companion
Link copied to clipboard
object
Companion
Deactivating
Link copied to clipboard
object
Deactivating
:
IpSetStatus
Deleted
Link copied to clipboard
object
Deleted
:
IpSetStatus
Delete
Pending
Link copied to clipboard
object
DeletePending
:
IpSetStatus
Error
Link copied to clipboard
object
Error
:
IpSetStatus
Inactive
Link copied to clipboard
object
Inactive
:
IpSetStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
IpSetStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String