Class: Aws::Types::OriginationRoute

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#host::String

Returns the value of attribute host.

Returns:

  • (::String)


756
757
758
# File 'sig/types.rbs', line 756

def host
  @host
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


757
758
759
# File 'sig/types.rbs', line 757

def port
  @port
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


759
760
761
# File 'sig/types.rbs', line 759

def priority
  @priority
end

#protocol"TCP", "UDP"

Returns the value of attribute protocol.

Returns:

  • ("TCP", "UDP")


758
759
760
# File 'sig/types.rbs', line 758

def protocol
  @protocol
end

#weight::Integer

Returns the value of attribute weight.

Returns:

  • (::Integer)


760
761
762
# File 'sig/types.rbs', line 760

def weight
  @weight
end