Class: Aws::QConnect::Types::DeleteAIGuardrailRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ai_guardrail_idString

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

Returns:

  • (String)


3921
3922
3923
3924
3925
3926
# File 'lib/aws-sdk-qconnect/types.rb', line 3921

class DeleteAIGuardrailRequest < Struct.new(
  :assistant_id,
  :ai_guardrail_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)


3921
3922
3923
3924
3925
3926
# File 'lib/aws-sdk-qconnect/types.rb', line 3921

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