Class: Aws::Bedrock::Types::CreateGuardrailResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The time at which the guardrail was created.

Returns:

  • (Time)


262
263
264
265
266
267
268
269
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 262

class CreateGuardrailResponse < Struct.new(
  :guardrail_id,
  :guardrail_arn,
  :version,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#guardrail_arnString

The ARN of the guardrail that was created.

Returns:

  • (String)


262
263
264
265
266
267
268
269
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 262

class CreateGuardrailResponse < Struct.new(
  :guardrail_id,
  :guardrail_arn,
  :version,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#guardrail_idString

The unique identifier of the guardrail that was created.

Returns:

  • (String)


262
263
264
265
266
267
268
269
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 262

class CreateGuardrailResponse < Struct.new(
  :guardrail_id,
  :guardrail_arn,
  :version,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version of the guardrail that was created. This value should be 1.

Returns:

  • (String)


262
263
264
265
266
267
268
269
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 262

class CreateGuardrailResponse < Struct.new(
  :guardrail_id,
  :guardrail_arn,
  :version,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end