AWS SDK for Kotlin
Toggle table of contents
1.4.123
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
apigatewayv2
/
aws.sdk.kotlin.services.apigatewayv2.model
/
IpAddressType
Ip
Address
Type
sealed
class
IpAddressType
The IP address types that can invoke your API or domain name.
Inheritors
Dualstack
Ipv4
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Dualstack
Link copied to clipboard
object
Dualstack
:
IpAddressType
Ipv4
Link copied to clipboard
object
Ipv4
:
IpAddressType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
IpAddressType
Properties
value
Link copied to clipboard
abstract
val
value
:
String