AWS SDK for Kotlin
Toggle table of contents
1.5.104
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ec2
/
aws.sdk.kotlin.services.ec2.model
/
TransitGatewayMeteringPayerType
Transit
Gateway
Metering
Payer
Type
sealed
class
TransitGatewayMeteringPayerType
Inheritors
DestinationAttachmentOwner
SourceAttachmentOwner
TransitGatewayOwner
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Destination
Attachment
Owner
Link copied to clipboard
object
DestinationAttachmentOwner
:
TransitGatewayMeteringPayerType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TransitGatewayMeteringPayerType
Source
Attachment
Owner
Link copied to clipboard
object
SourceAttachmentOwner
:
TransitGatewayMeteringPayerType
Transit
Gateway
Owner
Link copied to clipboard
object
TransitGatewayOwner
:
TransitGatewayMeteringPayerType
Properties
value
Link copied to clipboard
abstract
val
value
:
String