Class: Aws::Synthetics::Types::BrowserConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::BrowserConfig
- Defined in:
- gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb
Overview
A structure that specifies the browser type to use for a canary run.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#browser_type ⇒ String
The browser type associated with this browser configuration.
Instance Attribute Details
#browser_type ⇒ String
The browser type associated with this browser configuration.
141 142 143 144 145 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 141 class BrowserConfig < Struct.new( :browser_type) SENSITIVE = [] include Aws::Structure end |