Smithy Kotlin
Toggle table of contents
1.5.8
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
runtime-core
/
aws.smithy.kotlin.runtime.net
/
Host
/
IpAddress
Ip
Address
common
data
class
IpAddress
(
val
address
:
IpAddr
)
:
Host
Members
Members & Extensions
Constructors
Ip
Address
Link copied to clipboard
common
constructor
(
address
:
IpAddr
)
Properties
address
Link copied to clipboard
common
val
address
:
IpAddr
Functions
to
String
Link copied to clipboard
common
open
override
fun
toString
(
)
:
String
Inherited functions
to
Url
String
Link copied to clipboard
common
fun
Host
.
toUrlString
(
)
:
String