Class: Aws::Bedrock::Types::UpdateGuardrailResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::UpdateGuardrailResponse
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#guardrail_arn ⇒ String
The ARN of the guardrail.
-
#guardrail_id ⇒ String
The unique identifier of the guardrail.
-
#updated_at ⇒ Time
The date and time at which the guardrail was updated.
-
#version ⇒ String
The version of the guardrail.
Instance Attribute Details
#guardrail_arn ⇒ String
The ARN of the guardrail.
13543 13544 13545 13546 13547 13548 13549 13550 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 13543 class UpdateGuardrailResponse < Struct.new( :guardrail_id, :guardrail_arn, :version, :updated_at) SENSITIVE = [] include Aws::Structure end |
#guardrail_id ⇒ String
The unique identifier of the guardrail
13543 13544 13545 13546 13547 13548 13549 13550 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 13543 class UpdateGuardrailResponse < Struct.new( :guardrail_id, :guardrail_arn, :version, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time at which the guardrail was updated.
13543 13544 13545 13546 13547 13548 13549 13550 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 13543 class UpdateGuardrailResponse < Struct.new( :guardrail_id, :guardrail_arn, :version, :updated_at) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the guardrail.
13543 13544 13545 13546 13547 13548 13549 13550 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 13543 class UpdateGuardrailResponse < Struct.new( :guardrail_id, :guardrail_arn, :version, :updated_at) SENSITIVE = [] include Aws::Structure end |