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)


4526
4527
4528
4529
4530
4531
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 4526

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

#guardrail_versionString

The version of the guardrail.

Returns:

  • (String)


4526
4527
4528
4529
4530
4531
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 4526

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