Class: Aws::Bedrock::Types::CreateGuardrailResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::CreateGuardrailResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The time at which the guardrail was created.
-
#guardrail_arn ⇒ String
The ARN of the guardrail.
-
#guardrail_id ⇒ String
The unique identifier of the guardrail that was created.
-
#version ⇒ String
The version of the guardrail that was created.
Instance Attribute Details
#created_at ⇒ Time
The time at which the guardrail was created.
405 406 407 408 409 410 411 412 |
# File 'lib/aws-sdk-bedrock/types.rb', line 405 class CreateGuardrailResponse < Struct.new( :guardrail_id, :guardrail_arn, :version, :created_at) SENSITIVE = [] include Aws::Structure end |
#guardrail_arn ⇒ String
The ARN of the guardrail.
405 406 407 408 409 410 411 412 |
# File 'lib/aws-sdk-bedrock/types.rb', line 405 class CreateGuardrailResponse < Struct.new( :guardrail_id, :guardrail_arn, :version, :created_at) SENSITIVE = [] include Aws::Structure end |
#guardrail_id ⇒ String
The unique identifier of the guardrail that was created.
405 406 407 408 409 410 411 412 |
# File 'lib/aws-sdk-bedrock/types.rb', line 405 class CreateGuardrailResponse < Struct.new( :guardrail_id, :guardrail_arn, :version, :created_at) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the guardrail that was created. This value will always be ‘DRAFT`.
405 406 407 408 409 410 411 412 |
# File 'lib/aws-sdk-bedrock/types.rb', line 405 class CreateGuardrailResponse < Struct.new( :guardrail_id, :guardrail_arn, :version, :created_at) SENSITIVE = [] include Aws::Structure end |