Class: Aws::QConnect::Types::ListAIGuardrailVersionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ai_guardrail_version_summariesArray<Types::AIGuardrailVersionSummary>

The summaries of the AI Guardrail versions.



5870
5871
5872
5873
5874
5875
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5870

class ListAIGuardrailVersionsResponse < Struct.new(
  :ai_guardrail_version_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

Returns:

  • (String)


5870
5871
5872
5873
5874
5875
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5870

class ListAIGuardrailVersionsResponse < Struct.new(
  :ai_guardrail_version_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end