Class: Aws::QConnect::Types::ListAIGuardrailsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ListAIGuardrailsResponse
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ai_guardrail_summaries ⇒ Array<Types::AIGuardrailSummary>
The summaries of the AI Guardrails.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#ai_guardrail_summaries ⇒ Array<Types::AIGuardrailSummary>
The summaries of the AI Guardrails.
5914 5915 5916 5917 5918 5919 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5914 class ListAIGuardrailsResponse < Struct.new( :ai_guardrail_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
5914 5915 5916 5917 5918 5919 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5914 class ListAIGuardrailsResponse < Struct.new( :ai_guardrail_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |