AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ec2
/
aws.sdk.kotlin.services.ec2.model
/
TransitGatewayPrefixListReferenceState
Transit
Gateway
Prefix
List
Reference
State
sealed
class
TransitGatewayPrefixListReferenceState
Inheritors
Available
Deleting
Modifying
Pending
SdkUnknown
Members
Types
Available
Link copied to clipboard
object
Available
:
TransitGatewayPrefixListReferenceState
Companion
Link copied to clipboard
object
Companion
Deleting
Link copied to clipboard
object
Deleting
:
TransitGatewayPrefixListReferenceState
Modifying
Link copied to clipboard
object
Modifying
:
TransitGatewayPrefixListReferenceState
Pending
Link copied to clipboard
object
Pending
:
TransitGatewayPrefixListReferenceState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TransitGatewayPrefixListReferenceState
Properties
value
Link copied to clipboard
abstract
val
value
:
String