GetResolverRequest
public struct GetResolverRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The API ID.
Declaration
Swift
public let apiId: String
-
The resolver field name.
Declaration
Swift
public let fieldName: String
-
The resolver type name.
Declaration
Swift
public let typeName: String
-
Undocumented
Declaration
Swift
public init(apiId: String, fieldName: String, typeName: String)
-
Declaration
Swift
public func validate(name: String) throws