AWS SDK for Kotlin
Toggle table of contents
1.8.31
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ec2
/
aws.sdk.kotlin.services.ec2.model
/
TransitGatewayPolicyTableEntryState
Transit
Gateway
Policy
Table
Entry
State
sealed
class
TransitGatewayPolicyTableEntryState
Inheritors
Active
Deleted
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
TransitGatewayPolicyTableEntryState
Companion
Link copied to clipboard
object
Companion
Deleted
Link copied to clipboard
object
Deleted
:
TransitGatewayPolicyTableEntryState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TransitGatewayPolicyTableEntryState
Properties
value
Link copied to clipboard
abstract
val
value
:
String