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)


12503
12504
12505
12506
12507
12508
12509
# File 'lib/aws-sdk-bedrock/types.rb', line 12503

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

#updated_atTime

Timestamp.

Returns:

  • (Time)


12503
12504
12505
12506
12507
12508
12509
# File 'lib/aws-sdk-bedrock/types.rb', line 12503

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)


12503
12504
12505
12506
12507
12508
12509
# File 'lib/aws-sdk-bedrock/types.rb', line 12503

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