Class: Aws::Bedrock::Types::ListGuardrailsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ListGuardrailsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#guardrails ⇒ Array<Types::GuardrailSummary>
A list of objects, each of which contains details about a guardrail.
-
#next_token ⇒ String
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.
Instance Attribute Details
#guardrails ⇒ Array<Types::GuardrailSummary>
A list of objects, each of which contains details about a guardrail.
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_token ⇒ String
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.
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 |