Class: Aws::BedrockRuntime::Types::GuardrailCoverage
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GuardrailCoverage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
The action of the guardrail coverage details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#text_characters ⇒ Types::GuardrailTextCharactersCoverage
The text characters of the guardrail coverage details.
Instance Attribute Details
#text_characters ⇒ Types::GuardrailTextCharactersCoverage
The text characters of the guardrail coverage details.
1009 1010 1011 1012 1013 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1009 class GuardrailCoverage < Struct.new( :text_characters) SENSITIVE = [] include Aws::Structure end |