Class: AWSCDK::BedrockAgentCore::CfnBrowserProps
- Inherits:
-
Jsii::Struct
- Object
- Jsii::Struct
- AWSCDK::BedrockAgentCore::CfnBrowserProps
- Defined in:
- bedrock_agent_core/cfn_browser_props.rb
Overview
Properties for defining a CfnBrowser.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ CfnBrowserProps
constructor
A new instance of CfnBrowserProps.
- #to_jsii ⇒ Object
Constructor Details
#initialize ⇒ CfnBrowserProps
Returns a new instance of CfnBrowserProps.
9 10 |
# File 'bedrock_agent_core/cfn_browser_props.rb', line 9 def initialize() end |
Class Method Details
.jsii_properties ⇒ Object
13 14 15 16 |
# File 'bedrock_agent_core/cfn_browser_props.rb', line 13 def self.jsii_properties { } end |
Instance Method Details
#to_jsii ⇒ Object
18 19 20 21 22 23 |
# File 'bedrock_agent_core/cfn_browser_props.rb', line 18 def to_jsii result = {} result.merge!({ }) result.compact end |