Class: Aws::Bedrock::Types::CreateGuardrailVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::CreateGuardrailVersionResponse
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#guardrail_id ⇒ String
The unique identifier of the guardrail.
-
#version ⇒ String
The number of the version of the guardrail.
Instance Attribute Details
#guardrail_id ⇒ String
The unique identifier of the guardrail.
401 402 403 404 405 406 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 401 class CreateGuardrailVersionResponse < Struct.new( :guardrail_id, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The number of the version of the guardrail.
401 402 403 404 405 406 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 401 class CreateGuardrailVersionResponse < Struct.new( :guardrail_id, :version) SENSITIVE = [] include Aws::Structure end |