Class: Aws::Types::Endpoint

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address::String

Returns the value of attribute address.

Returns:

  • (::String)


216
217
218
# File 'sig/types.rbs', line 216

def address
  @address
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


217
218
219
# File 'sig/types.rbs', line 217

def port
  @port
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


218
219
220
# File 'sig/types.rbs', line 218

def url
  @url
end