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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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_arnString

The ARN of the guardrail.

Returns:

  • (String)


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_idString

The unique identifier of the guardrail that was created.

Returns:

  • (String)


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

#versionString

The version of the guardrail that was created. This value will always be ‘DRAFT`.

Returns:

  • (String)


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