Class: Aws::BedrockAgentCoreControl::Types::BrowserSigningConfigOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb

Overview

The current browser signing configuration that shows whether cryptographic agent identification is enabled for web bot authentication.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Indicates whether browser signing is currently enabled for cryptographic agent identification using HTTP message signatures.

Returns:

  • (Boolean)


530
531
532
533
534
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 530

class BrowserSigningConfigOutput < Struct.new(
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end