Method: Aws::BedrockRuntime::Types::ApplyGuardrailRequest#source

Defined in:
lib/aws-sdk-bedrockruntime/types.rb

#sourceString

The source of data used in the request to apply the guardrail.

Returns:

  • (String)


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