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.
12393 12394 12395 12396 12397 12398 12399 12400 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12393 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
12393 12394 12395 12396 12397 12398 12399 12400 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12393 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.
12393 12394 12395 12396 12397 12398 12399 12400 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12393 class UpdateGuardrailResponse < Struct.new( :guardrail_id, :guardrail_arn, :version, :updated_at) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the guardrail.
12393 12394 12395 12396 12397 12398 12399 12400 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12393 class UpdateGuardrailResponse < Struct.new( :guardrail_id, :guardrail_arn, :version, :updated_at) SENSITIVE = [] include Aws::Structure end |