DeleteAuthorizerRequest
public struct DeleteAuthorizerRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
[Required] The identifier of the Authorizer resource.
Declaration
Swift
public let authorizerId: String
-
[Required] The string identifier of the associated RestApi.
Declaration
Swift
public let restApiId: String
-
Undocumented
Declaration
Swift
public init(authorizerId: String, restApiId: String)