Class: Aws::BedrockAgentCore::Types::BrowserExtension

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

Overview

Browser extension configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#locationTypes::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