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
/
InternetGatewayExclusionMode
Internet
Gateway
Exclusion
Mode
sealed
class
InternetGatewayExclusionMode
Inheritors
AllowBidirectional
AllowEgress
SdkUnknown
Members
Types
Allow
Bidirectional
Link copied to clipboard
object
AllowBidirectional
:
InternetGatewayExclusionMode
Allow
Egress
Link copied to clipboard
object
AllowEgress
:
InternetGatewayExclusionMode
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
InternetGatewayExclusionMode
Properties
value
Link copied to clipboard
abstract
val
value
:
String