DescribeFaqRequest

public struct DescribeFaqRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • id

    The unique identifier of the FAQ.

    Declaration

    Swift

    public let id: String
  • The identifier of the index that contains the FAQ.

    Declaration

    Swift

    public let indexId: String
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws