UpdateResolverEndpointRequest
public struct UpdateResolverEndpointRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the Resolver endpoint that you want to update.
Declaration
Swift
public let name: String?
-
The ID of the Resolver endpoint that you want to update.
Declaration
Swift
public let resolverEndpointId: String
-
Undocumented
Declaration
Swift
public init(name: String? = nil, resolverEndpointId: String)
-
Declaration
Swift
public func validate(name: String) throws