UpdateDomainNameRequest
public struct UpdateDomainNameRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
[Required] The name of the DomainName resource to be changed.
Declaration
Swift
public let domainName: String -
A list of update operations to be applied to the specified resource and in the order specified in this list.
Declaration
Swift
public let patchOperations: [PatchOperation]? -
Undocumented
Declaration
Swift
public init(domainName: String, patchOperations: [PatchOperation]? = nil)
View on GitHub
UpdateDomainNameRequest Structure Reference