Class: Aws::QConnect::Types::GetAssistantAssociationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/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)


1539
1540
1541
1542
1543
1544
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1539

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

#assistant_idString

The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.

Returns:

  • (String)


1539
1540
1541
1542
1543
1544
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1539

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