Get Hosted Zone Result
data class GetHostedZoneResult(val hostedZoneConfig: HostedZoneConfig? = null, val hostedZoneTags: List<HostedZoneTag>? = null, val id: String? = null, val nameServers: List<String>? = null, val queryLoggingConfig: HostedZoneQueryLoggingConfig? = null, val vpcs: List<HostedZoneVpc>? = null)
Constructors
Link copied to clipboard
fun GetHostedZoneResult(hostedZoneConfig: HostedZoneConfig? = null, hostedZoneTags: List<HostedZoneTag>? = null, id: String? = null, nameServers: List<String>? = null, queryLoggingConfig: HostedZoneQueryLoggingConfig? = null, vpcs: List<HostedZoneVpc>? = null)