Class: Aws::Bedrock::Types::GetGuardrailRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetGuardrailRequest
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#guardrail_identifier ⇒ String
The unique identifier of the guardrail for which to get details.
-
#guardrail_version ⇒ String
The version of the guardrail for which to get details.
Instance Attribute Details
#guardrail_identifier ⇒ String
The unique identifier of the guardrail for which to get details. This can be an ID or the ARN.
5723 5724 5725 5726 5727 5728 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5723 class GetGuardrailRequest < Struct.new( :guardrail_identifier, :guardrail_version) SENSITIVE = [] include Aws::Structure end |
#guardrail_version ⇒ String
The version of the guardrail for which to get details. If you don't
specify a version, the response returns details for the DRAFT
version.
5723 5724 5725 5726 5727 5728 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5723 class GetGuardrailRequest < Struct.new( :guardrail_identifier, :guardrail_version) SENSITIVE = [] include Aws::Structure end |