Class: Aws::BedrockAgentCoreControl::Types::BrowserSigningConfigOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::BrowserSigningConfigOutput
- 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
-
#enabled ⇒ Boolean
Indicates whether browser signing is currently enabled for cryptographic agent identification using HTTP message signatures.
Instance Attribute Details
#enabled ⇒ Boolean
Indicates whether browser signing is currently enabled for cryptographic agent identification using HTTP message signatures.
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 |