Class: Aws::Bedrock::Types::GetGuardrailRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetGuardrailRequest
- Includes:
- Structure
- Defined in:
- 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.
2135 2136 2137 2138 2139 2140 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2135 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.
2135 2136 2137 2138 2139 2140 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2135 class GetGuardrailRequest < Struct.new( :guardrail_identifier, :guardrail_version) SENSITIVE = [] include Aws::Structure end |