Class: Aws::Bedrock::Types::CreateGuardrailVersionResponse

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

#guardrail_idString

The unique identifier of the guardrail.

Returns:

  • (String)


314
315
316
317
318
319
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 314

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

#versionString

The number of the version of the guardrail.

Returns:

  • (String)


314
315
316
317
318
319
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 314

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