Class: Aws::Synthetics::Types::BrowserConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#browser_typeString

The browser type associated with this browser configuration.

Returns:

  • (String)


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