Class: Aws::QConnect::Types::DeleteAIGuardrailVersionRequest

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.

Returns:

  • (String)


3947
3948
3949
3950
3951
3952
3953
# File 'lib/aws-sdk-qconnect/types.rb', line 3947

class DeleteAIGuardrailVersionRequest < Struct.new(
  :assistant_id,
  :ai_guardrail_id,
  :version_number)
  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)


3947
3948
3949
3950
3951
3952
3953
# File 'lib/aws-sdk-qconnect/types.rb', line 3947

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

#version_numberInteger

The version number of the AI Guardrail version to be deleted.

Returns:

  • (Integer)


3947
3948
3949
3950
3951
3952
3953
# File 'lib/aws-sdk-qconnect/types.rb', line 3947

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