Class: Aws::Types::EngineConfig
- Inherits:
-
Object
- Object
- Aws::Types::EngineConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#browser_type ⇒ "CHROME", "FIREFOX"
Returns the value of attribute browser_type.
-
#engine_arn ⇒ ::String
Returns the value of attribute engine_arn.
Instance Attribute Details
#browser_type ⇒ "CHROME", "FIREFOX"
Returns the value of attribute browser_type.
312 313 314 |
# File 'sig/types.rbs', line 312 def browser_type @browser_type end |
#engine_arn ⇒ ::String
Returns the value of attribute engine_arn.
311 312 313 |
# File 'sig/types.rbs', line 311 def engine_arn @engine_arn end |