Class: Aws::ConnectWisdomService::Types::DeleteAssistantAssociationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assistant_association_idString

The identifier of the assistant association. Can be either the ID or the ARN. URLs cannot contain the ARN.

Returns:

  • (String)


1118
1119
1120
1121
1122
1123
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 1118

class DeleteAssistantAssociationRequest < Struct.new(
  :assistant_association_id,
  :assistant_id)
  SENSITIVE = []
  include Aws::Structure
end

#assistant_idString

The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.

Returns:

  • (String)


1118
1119
1120
1121
1122
1123
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 1118

class DeleteAssistantAssociationRequest < Struct.new(
  :assistant_association_id,
  :assistant_id)
  SENSITIVE = []
  include Aws::Structure
end