CreateReusableDelegationSetResponse
public struct CreateReusableDelegationSetResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A complex type that contains name server information.
Declaration
Swift
public let delegationSet: DelegationSet
-
The unique URL representing the new reusable delegation set.
Declaration
Swift
public let location: String
-
Undocumented
Declaration
Swift
public init(delegationSet: DelegationSet, location: String)