Class: Aws::QConnect::Types::AssistantAssociationData
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::AssistantAssociationData
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Information about the assistant association.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assistant_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
-
#assistant_association_arn ⇒ String
The Amazon Resource Name (ARN) of the assistant association.
-
#assistant_association_id ⇒ String
The identifier of the assistant association.
-
#assistant_id ⇒ String
The identifier of the Amazon Q in Connect assistant.
-
#association_data ⇒ Types::AssistantAssociationOutputData
A union type that currently has a single argument, the knowledge base ID.
-
#association_type ⇒ String
The type of association.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
Instance Attribute Details
#assistant_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
708 709 710 711 712 713 714 715 716 717 718 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 708 class AssistantAssociationData < Struct.new( :assistant_arn, :assistant_association_arn, :assistant_association_id, :assistant_id, :association_data, :association_type, :tags) SENSITIVE = [] include Aws::Structure end |
#assistant_association_arn ⇒ String
The Amazon Resource Name (ARN) of the assistant association.
708 709 710 711 712 713 714 715 716 717 718 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 708 class AssistantAssociationData < Struct.new( :assistant_arn, :assistant_association_arn, :assistant_association_id, :assistant_id, :association_data, :association_type, :tags) SENSITIVE = [] include Aws::Structure end |
#assistant_association_id ⇒ String
The identifier of the assistant association.
708 709 710 711 712 713 714 715 716 717 718 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 708 class AssistantAssociationData < Struct.new( :assistant_arn, :assistant_association_arn, :assistant_association_id, :assistant_id, :association_data, :association_type, :tags) SENSITIVE = [] include Aws::Structure end |
#assistant_id ⇒ String
The identifier of the Amazon Q in Connect assistant.
708 709 710 711 712 713 714 715 716 717 718 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 708 class AssistantAssociationData < Struct.new( :assistant_arn, :assistant_association_arn, :assistant_association_id, :assistant_id, :association_data, :association_type, :tags) SENSITIVE = [] include Aws::Structure end |
#association_data ⇒ Types::AssistantAssociationOutputData
A union type that currently has a single argument, the knowledge base ID.
708 709 710 711 712 713 714 715 716 717 718 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 708 class AssistantAssociationData < Struct.new( :assistant_arn, :assistant_association_arn, :assistant_association_id, :assistant_id, :association_data, :association_type, :tags) SENSITIVE = [] include Aws::Structure end |
#association_type ⇒ String
The type of association.
708 709 710 711 712 713 714 715 716 717 718 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 708 class AssistantAssociationData < Struct.new( :assistant_arn, :assistant_association_arn, :assistant_association_id, :assistant_id, :association_data, :association_type, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
708 709 710 711 712 713 714 715 716 717 718 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 708 class AssistantAssociationData < Struct.new( :assistant_arn, :assistant_association_arn, :assistant_association_id, :assistant_id, :association_data, :association_type, :tags) SENSITIVE = [] include Aws::Structure end |