Method: Aws::BedrockRuntime::Types::ApplyGuardrailRequest#source
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
#source ⇒ String
The source of data used in the request to apply the guardrail.
59 60 61 62 63 64 65 66 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 59 class ApplyGuardrailRequest < Struct.new( :guardrail_identifier, :guardrail_version, :source, :content) SENSITIVE = [] include Aws::Structure end |