UpdateDomainRequest
public struct UpdateDomainRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A collection of settings.
Declaration
Swift
public let defaultUserSettings: UserSettings?
-
The ID of the domain to be updated.
Declaration
Swift
public let domainId: String
-
Undocumented
Declaration
Swift
public init(defaultUserSettings: UserSettings? = nil, domainId: String)
-
Declaration
Swift
public func validate(name: String) throws