GetAssistantAssociationResult

data class GetAssistantAssociationResult(val assistantArn: String? = null, val assistantAssociationArn: String? = null, val assistantAssociationId: String? = null)

Constructors

Link copied to clipboard
constructor(assistantArn: String? = null, assistantAssociationArn: String? = null, assistantAssociationId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val assistantArn: String? = null

The Amazon Resource Name (ARN) of the Wisdom assistant.

Link copied to clipboard

The Amazon Resource Name (ARN) of the assistant association.

Link copied to clipboard

The ID of the association.