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)


11266
11267
11268
11269
11270
11271
11272
# File 'lib/aws-sdk-bedrock/types.rb', line 11266

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

#updated_atTime

Timestamp.

Returns:

  • (Time)


11266
11267
11268
11269
11270
11271
11272
# File 'lib/aws-sdk-bedrock/types.rb', line 11266

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)


11266
11267
11268
11269
11270
11271
11272
# File 'lib/aws-sdk-bedrock/types.rb', line 11266

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