Class: Aws::Types::CustomRoutingDestinationDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#from_port::Integer

Returns the value of attribute from_port.

Returns:



289
290
291
# File 'sig/types.rbs', line 289

def from_port
  @from_port
end

#protocols::Array[("TCP" | "UDP")]

Returns the value of attribute protocols.

Returns:



291
292
293
# File 'sig/types.rbs', line 291

def protocols
  @protocols
end

#to_port::Integer

Returns the value of attribute to_port.

Returns:



290
291
292
# File 'sig/types.rbs', line 290

def to_port
  @to_port
end