Class: Aws::Bedrock::Types::UpdateGuardrailResponse

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_arnString

The ARN of the guardrail that was created.

Returns:

  • (String)


3231
3232
3233
3234
3235
3236
3237
3238
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3231

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

#guardrail_idString

The unique identifier of the guardrail

Returns:

  • (String)


3231
3232
3233
3234
3235
3236
3237
3238
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3231

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

#updated_atTime

The date and time at which the guardrail was updated.

Returns:

  • (Time)


3231
3232
3233
3234
3235
3236
3237
3238
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3231

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

#versionString

The version of the guardrail.

Returns:

  • (String)


3231
3232
3233
3234
3235
3236
3237
3238
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3231

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