Class: Aws::ConnectWisdomService::Types::DeleteAssistantRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::DeleteAssistantRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assistant_id ⇒ String
The identifier of the Wisdom assistant.
Instance Attribute Details
#assistant_id ⇒ String
The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
1136 1137 1138 1139 1140 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1136 class DeleteAssistantRequest < Struct.new( :assistant_id) SENSITIVE = [] include Aws::Structure end |