FaqSummary

public struct FaqSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The UNIX datetime that the FAQ was added to the index.

    Declaration

    Swift

    public let createdAt: TimeStamp?
  • id

    The unique identifier of the FAQ.

    Declaration

    Swift

    public let id: String?
  • The name that you assigned the FAQ when you created or updated the FAQ.

    Declaration

    Swift

    public let name: String?
  • The current status of the FAQ. When the status is ACTIVE the FAQ is ready for use.

    Declaration

    Swift

    public let status: FaqStatus?
  • The UNIX datetime that the FAQ was last updated.

    Declaration

    Swift

    public let updatedAt: TimeStamp?
  • Undocumented

    Declaration

    Swift

    public init(createdAt: TimeStamp? = nil, id: String? = nil, name: String? = nil, status: FaqStatus? = nil, updatedAt: TimeStamp? = nil)