Class: Aws::QConnect::Types::DeleteAssistantAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::DeleteAssistantAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assistant_association_id ⇒ String
The identifier of the assistant association.
-
#assistant_id ⇒ String
The identifier of the Amazon Q in Connect assistant.
Instance Attribute Details
#assistant_association_id ⇒ String
The identifier of the assistant association. Can be either the ID or the ARN. URLs cannot contain the ARN.
4021 4022 4023 4024 4025 4026 |
# File 'lib/aws-sdk-qconnect/types.rb', line 4021 class DeleteAssistantAssociationRequest < Struct.new( :assistant_association_id, :assistant_id) SENSITIVE = [] include Aws::Structure end |
#assistant_id ⇒ String
The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
4021 4022 4023 4024 4025 4026 |
# File 'lib/aws-sdk-qconnect/types.rb', line 4021 class DeleteAssistantAssociationRequest < Struct.new( :assistant_association_id, :assistant_id) SENSITIVE = [] include Aws::Structure end |