DeleteResourceServerRequest

public struct DeleteResourceServerRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier for the resource server.

    Declaration

    Swift

    public let identifier: String
  • The user pool ID for the user pool that hosts the resource server.

    Declaration

    Swift

    public let userPoolId: String
  • Undocumented

    Declaration

    Swift

    public init(identifier: String, userPoolId: String)
  • Declaration

    Swift

    public func validate(name: String) throws