toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
ec2
/
aws.sdk.kotlin.services.ec2.model
/
NetworkInterfacePermissionStateCode
Network
Interface
Permission
State
Code
sealed
class
NetworkInterfacePermissionStateCode
Inheritors
Granted
Pending
Revoked
Revoking
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Granted
Link copied to clipboard
object
Granted
:
NetworkInterfacePermissionStateCode
Pending
Link copied to clipboard
object
Pending
:
NetworkInterfacePermissionStateCode
Revoked
Link copied to clipboard
object
Revoked
:
NetworkInterfacePermissionStateCode
Revoking
Link copied to clipboard
object
Revoking
:
NetworkInterfacePermissionStateCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
NetworkInterfacePermissionStateCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String