Class: Aws::Bedrock::Types::GuardrailConfiguration

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

Overview

The configuration details for the guardrail.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#guardrail_idString

The unique identifier for the guardrail.

Returns:

  • (String)


3070
3071
3072
3073
3074
3075
# File 'lib/aws-sdk-bedrock/types.rb', line 3070

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

#guardrail_versionString

The version of the guardrail.

Returns:

  • (String)


3070
3071
3072
3073
3074
3075
# File 'lib/aws-sdk-bedrock/types.rb', line 3070

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