Class: Aws::Bedrock::Types::ListGuardrailsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#guardrailsArray<Types::GuardrailSummary>

A list of objects, each of which contains details about a guardrail.

Returns:



2557
2558
2559
2560
2561
2562
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2557

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

#next_tokenString

If there are more results than were returned in the response, the response returns a nextToken that you can send in another ListGuardrails request to see the next batch of results.

Returns:

  • (String)


2557
2558
2559
2560
2561
2562
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2557

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