AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
route53
/
aws.sdk.kotlin.services.route53.model
/
AccountLimitType
Account
Limit
Type
sealed
class
AccountLimitType
Inheritors
MaxHealthChecksByOwner
MaxHostedZonesByOwner
MaxReusableDelegationSetsByOwner
MaxTrafficPoliciesByOwner
MaxTrafficPolicyInstancesByOwner
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Max
Health
Checks
By
Owner
Link copied to clipboard
object
MaxHealthChecksByOwner
:
AccountLimitType
Max
Hosted
Zones
By
Owner
Link copied to clipboard
object
MaxHostedZonesByOwner
:
AccountLimitType
Max
Reusable
Delegation
Sets
By
Owner
Link copied to clipboard
object
MaxReusableDelegationSetsByOwner
:
AccountLimitType
Max
Traffic
Policies
By
Owner
Link copied to clipboard
object
MaxTrafficPoliciesByOwner
:
AccountLimitType
Max
Traffic
Policy
Instances
By
Owner
Link copied to clipboard
object
MaxTrafficPolicyInstancesByOwner
:
AccountLimitType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AccountLimitType
Properties
value
Link copied to clipboard
abstract
val
value
:
String