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
/
DirectConnectGatewayAttachmentType
Direct
Connect
Gateway
Attachment
Type
sealed
class
DirectConnectGatewayAttachmentType
Inheritors
PrivateVirtualInterface
TransitVirtualInterface
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Private
Virtual
Interface
Link copied to clipboard
object
PrivateVirtualInterface
:
DirectConnectGatewayAttachmentType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DirectConnectGatewayAttachmentType
Transit
Virtual
Interface
Link copied to clipboard
object
TransitVirtualInterface
:
DirectConnectGatewayAttachmentType
Properties
value
Link copied to clipboard
abstract
val
value
:
String