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:



9376
9377
9378
9379
9380
9381
# File 'lib/aws-sdk-bedrock/types.rb', line 9376

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)


9376
9377
9378
9379
9380
9381
# File 'lib/aws-sdk-bedrock/types.rb', line 9376

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