Class: Aws::BedrockAgentCore::Types::BrowserExtension
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::BrowserExtension
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Browser extension configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location ⇒ Types::ResourceLocation
The location where the browser extension files are stored.
Instance Attribute Details
#location ⇒ Types::ResourceLocation
The location where the browser extension files are stored. This specifies the source from which the extension will be loaded and installed.
484 485 486 487 488 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 484 class BrowserExtension < Struct.new( :location) SENSITIVE = [] include Aws::Structure end |