Class: Aws::DeviceFarm::Types::DeviceProxy

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-devicefarm/types.rb

Overview

Represents the http/s proxy configuration that will be applied to a device during a run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hostString

Hostname or IPv4 address of the proxy.



1488
1489
1490
1491
1492
1493
# File 'lib/aws-sdk-devicefarm/types.rb', line 1488

class DeviceProxy < Struct.new(
  :host,
  :port)
  SENSITIVE = []
  include Aws::Structure
end

#portInteger

The port number on which the http/s proxy is listening.



1488
1489
1490
1491
1492
1493
# File 'lib/aws-sdk-devicefarm/types.rb', line 1488

class DeviceProxy < Struct.new(
  :host,
  :port)
  SENSITIVE = []
  include Aws::Structure
end