Class: Aws::GuardDuty::Types::BedrockGuardrail
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::BedrockGuardrail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Contains information about a Bedrock guardrail associated with a finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the Bedrock guardrail.
-
#version ⇒ String
The version of the Bedrock guardrail.
Instance Attribute Details
#arn ⇒ String
The ARN of the Bedrock guardrail.
745 746 747 748 749 750 |
# File 'lib/aws-sdk-guardduty/types.rb', line 745 class BedrockGuardrail < Struct.new( :arn, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the Bedrock guardrail.
745 746 747 748 749 750 |
# File 'lib/aws-sdk-guardduty/types.rb', line 745 class BedrockGuardrail < Struct.new( :arn, :version) SENSITIVE = [] include Aws::Structure end |