Class: Aws::Bedrock::Types::GuardrailCrossRegionDetails

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

Overview

Contains details about the system-defined guardrail profile that you’re using with your guardrail for cross-Region inference.

For more information, see the [Amazon Bedrock User Guide].

[1]: docs.aws.amazon.com/bedrock/latest/userguide/guardrails-cross-region.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#guardrail_profile_arnString

The Amazon Resource Name (ARN) of the guardrail profile that you’re using with your guardrail.

Returns:

  • (String)


7460
7461
7462
7463
7464
7465
# File 'lib/aws-sdk-bedrock/types.rb', line 7460

class GuardrailCrossRegionDetails < Struct.new(
  :guardrail_profile_id,
  :guardrail_profile_arn)
  SENSITIVE = []
  include Aws::Structure
end

#guardrail_profile_idString

The ID of the guardrail profile that your guardrail is using. Profile availability depends on your current Amazon Web Services Region. For more information, see the [Amazon Bedrock User Guide].

[1]: docs.aws.amazon.com/bedrock/latest/userguide/guardrails-cross-region-support.html

Returns:

  • (String)


7460
7461
7462
7463
7464
7465
# File 'lib/aws-sdk-bedrock/types.rb', line 7460

class GuardrailCrossRegionDetails < Struct.new(
  :guardrail_profile_id,
  :guardrail_profile_arn)
  SENSITIVE = []
  include Aws::Structure
end