GetReusableDelegationSetLimitRequest
public struct GetReusableDelegationSetLimitRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the delegation set that you want to get the limit for.
Declaration
Swift
public let delegationSetId: String
-
Specify MAX_ZONES_BY_REUSABLE_DELEGATION_SET to get the maximum number of hosted zones that you can associate with the specified reusable delegation set.
Declaration
Swift
public let type: ReusableDelegationSetLimitType
-
Undocumented
Declaration
Swift
public init(delegationSetId: String, type: ReusableDelegationSetLimitType)
-
Declaration
Swift
public func validate(name: String) throws