Class: Aws::Bedrock::Types::DeleteGuardrailRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::DeleteGuardrailRequest
- 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.
-
#guardrail_version ⇒ String
The version of the guardrail.
Instance Attribute Details
#guardrail_identifier ⇒ String
The unique identifier of the guardrail. This can be an ID or the ARN.
991 992 993 994 995 996 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 991 class DeleteGuardrailRequest < Struct.new( :guardrail_identifier, :guardrail_version) SENSITIVE = [] include Aws::Structure end |
#guardrail_version ⇒ String
The version of the guardrail.
991 992 993 994 995 996 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 991 class DeleteGuardrailRequest < Struct.new( :guardrail_identifier, :guardrail_version) SENSITIVE = [] include Aws::Structure end |