DeleteFaqRequest

public struct DeleteFaqRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • id

    The identifier of the FAQ to remove.

    Declaration

    Swift

    public let id: String
  • The index to remove the FAQ from.

    Declaration

    Swift

    public let indexId: String
  • Undocumented

    Declaration

    Swift

    public init(id: String, indexId: String)
  • Declaration

    Swift

    public func validate(name: String) throws