Method: Aws::DeviceFarm::Types::DeviceProxy#host

Defined in:
lib/aws-sdk-devicefarm/types.rb

#hostString

Hostname or IPv4 address of the proxy.

Returns:

  • (String)


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