Class: Aws::Types::ProxyConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#credentials::String

Returns the value of attribute credentials.

Returns:

  • (::String)


1549
1550
1551
# File 'sig/types.rbs', line 1549

def credentials
  @credentials
end

#host::String

Returns the value of attribute host.

Returns:

  • (::String)


1547
1548
1549
# File 'sig/types.rbs', line 1547

def host
  @host
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


1548
1549
1550
# File 'sig/types.rbs', line 1548

def port
  @port
end