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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



4659
4660
4661
4662
4663
4664
# File 'lib/aws-sdk-bedrock/types.rb', line 4659

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)


4659
4660
4661
4662
4663
4664
# File 'lib/aws-sdk-bedrock/types.rb', line 4659

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