AWS SDK for Kotlin
Toggle table of contents
1.4.123
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
directconnect
/
aws.sdk.kotlin.services.directconnect.model
/
GatewayType
Gateway
Type
sealed
class
GatewayType
Inheritors
TransitGateway
VirtualPrivateGateway
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
GatewayType
Transit
Gateway
Link copied to clipboard
object
TransitGateway
:
GatewayType
Virtual
Private
Gateway
Link copied to clipboard
object
VirtualPrivateGateway
:
GatewayType
Properties
value
Link copied to clipboard
abstract
val
value
:
String