Plugin

class Plugin

Information about an Amazon Q plugin and its configuration.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp for when the plugin was created.

Link copied to clipboard

The name of the plugin.

Link copied to clipboard

The identifier of the plugin.

Link copied to clipboard

The plugin server URL used for configuration.

Link copied to clipboard

The current status of the plugin.

Link copied to clipboard

The type of the plugin.

Link copied to clipboard

The timestamp for when the plugin was last updated.

Functions

Link copied to clipboard
inline fun copy(block: Plugin.Builder.() -> Unit = {}): Plugin
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String