Class: Aws::Bedrock::Types::PutEnforcedGuardrailConfigurationResponse

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

#config_idString

Unique ID for the account enforced configuration.

Returns:

  • (String)


12472
12473
12474
12475
12476
12477
12478
# File 'lib/aws-sdk-bedrock/types.rb', line 12472

class PutEnforcedGuardrailConfigurationResponse < Struct.new(
  :config_id,
  :updated_at,
  :updated_by)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

Timestamp.

Returns:

  • (Time)


12472
12473
12474
12475
12476
12477
12478
# File 'lib/aws-sdk-bedrock/types.rb', line 12472

class PutEnforcedGuardrailConfigurationResponse < Struct.new(
  :config_id,
  :updated_at,
  :updated_by)
  SENSITIVE = []
  include Aws::Structure
end

#updated_byString

The ARN of the role used to update the configuration.

Returns:

  • (String)


12472
12473
12474
12475
12476
12477
12478
# File 'lib/aws-sdk-bedrock/types.rb', line 12472

class PutEnforcedGuardrailConfigurationResponse < Struct.new(
  :config_id,
  :updated_at,
  :updated_by)
  SENSITIVE = []
  include Aws::Structure
end