http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-route53
/
org.http4k.connect.amazon.route53.model
/
GetHostedZoneResponse
Get
Hosted
Zone
Response
data
class
GetHostedZoneResponse
(
val
delegationSet
:
DelegationSet
?
,
val
hostedZone
:
HostedZone
,
val
vpcs
:
List
<
VPC
>
)
(
source
)
Members
Constructors
Get
Hosted
Zone
Response
Link copied to clipboard
constructor
(
delegationSet
:
DelegationSet
?
,
hostedZone
:
HostedZone
,
vpcs
:
List
<
VPC
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
delegation
Set
Link copied to clipboard
val
delegationSet
:
DelegationSet
?
hosted
Zone
Link copied to clipboard
val
hostedZone
:
HostedZone
vpcs
Link copied to clipboard
val
vpcs
:
List
<
VPC
>