Class: Aws::Bedrock::Types::ListGuardrailsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ListGuardrailsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#guardrail_identifier ⇒ String
The unique identifier of the guardrail.
-
#max_results ⇒ Integer
The maximum number of results to return in the response.
-
#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
#guardrail_identifier ⇒ String
The unique identifier of the guardrail. This can be an ID or the ARN.
4639 4640 4641 4642 4643 4644 4645 |
# File 'lib/aws-sdk-bedrock/types.rb', line 4639 class ListGuardrailsRequest < Struct.new( :guardrail_identifier, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in the response.
4639 4640 4641 4642 4643 4644 4645 |
# File 'lib/aws-sdk-bedrock/types.rb', line 4639 class ListGuardrailsRequest < Struct.new( :guardrail_identifier, :max_results, :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.
4639 4640 4641 4642 4643 4644 4645 |
# File 'lib/aws-sdk-bedrock/types.rb', line 4639 class ListGuardrailsRequest < Struct.new( :guardrail_identifier, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |