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

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

#guardrail_arnString

The ARN of the guardrail.



8019
8020
8021
8022
8023
8024
8025
8026
# File 'lib/aws-sdk-bedrock/types.rb', line 8019

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

#guardrail_idString

The unique identifier of the guardrail



8019
8020
8021
8022
8023
8024
8025
8026
# File 'lib/aws-sdk-bedrock/types.rb', line 8019

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.



8019
8020
8021
8022
8023
8024
8025
8026
# File 'lib/aws-sdk-bedrock/types.rb', line 8019

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

#versionString

The version of the guardrail.



8019
8020
8021
8022
8023
8024
8025
8026
# File 'lib/aws-sdk-bedrock/types.rb', line 8019

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