BotMetadata

public struct BotMetadata : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date that the bot was created.

    Declaration

    Swift

    public let createdDate: TimeStamp?
  • A description of the bot.

    Declaration

    Swift

    public let description: String?
  • The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.

    Declaration

    Swift

    public let lastUpdatedDate: TimeStamp?
  • The name of the bot.

    Declaration

    Swift

    public let name: String?
  • The status of the bot.

    Declaration

    Swift

    public let status: Status?
  • The version of the bot. For a new bot, the version is always $LATEST.

    Declaration

    Swift

    public let version: String?
  • Undocumented

    Declaration

    Swift

    public init(createdDate: TimeStamp? = nil, description: String? = nil, lastUpdatedDate: TimeStamp? = nil, name: String? = nil, status: Status? = nil, version: String? = nil)