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.
5981 5982 5983 5984 5985 5986 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5981 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.
5981 5982 5983 5984 5985 5986 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5981 class GetGuardrailRequest < Struct.new( :guardrail_identifier, :guardrail_version) SENSITIVE = [] include Aws::Structure end |