Class: Aws::QConnect::Types::AssociationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::AssociationConfiguration
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
The configuration for an Amazon Q in Connect Assistant Association.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_configuration_data ⇒ Types::AssociationConfigurationData
The data of the configuration for an Amazon Q in Connect Assistant Association.
-
#association_id ⇒ String
The identifier of the association for this Association Configuration.
-
#association_type ⇒ String
The type of the association for this Association Configuration.
Instance Attribute Details
#association_configuration_data ⇒ Types::AssociationConfigurationData
The data of the configuration for an Amazon Q in Connect Assistant Association.
1306 1307 1308 1309 1310 1311 1312 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1306 class AssociationConfiguration < Struct.new( :association_configuration_data, :association_id, :association_type) SENSITIVE = [] include Aws::Structure end |
#association_id ⇒ String
The identifier of the association for this Association Configuration.
1306 1307 1308 1309 1310 1311 1312 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1306 class AssociationConfiguration < Struct.new( :association_configuration_data, :association_id, :association_type) SENSITIVE = [] include Aws::Structure end |
#association_type ⇒ String
The type of the association for this Association Configuration.
1306 1307 1308 1309 1310 1311 1312 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1306 class AssociationConfiguration < Struct.new( :association_configuration_data, :association_id, :association_type) SENSITIVE = [] include Aws::Structure end |