GetReusableDelegationSetLimitResponse
public struct GetReusableDelegationSetLimitResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The current number of hosted zones that you can associate with the specified reusable delegation set.
Declaration
Swift
public let count: Int64
-
The current setting for the limit on hosted zones that you can associate with the specified reusable delegation set.
Declaration
Swift
public let limit: ReusableDelegationSetLimit
-
Undocumented
Declaration
Swift
public init(count: Int64, limit: ReusableDelegationSetLimit)