Class: Aws::BedrockAgentRuntime::Types::GuardrailConfigurationWithArn

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagentruntime/types.rb

Overview

The configuration details for the guardrail.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#guardrail_identifierString

The unique identifier for the guardrail.

Returns:

  • (String)


4062
4063
4064
4065
4066
4067
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 4062

class GuardrailConfigurationWithArn < Struct.new(
  :guardrail_identifier,
  :guardrail_version)
  SENSITIVE = []
  include Aws::Structure
end

#guardrail_versionString

The version of the guardrail.

Returns:

  • (String)


4062
4063
4064
4065
4066
4067
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 4062

class GuardrailConfigurationWithArn < Struct.new(
  :guardrail_identifier,
  :guardrail_version)
  SENSITIVE = []
  include Aws::Structure
end