Class: Aws::Types::PortMapping

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#accelerator_port::Integer

Returns the value of attribute accelerator_port.

Returns:



744
745
746
# File 'sig/types.rbs', line 744

def accelerator_port
  @accelerator_port
end

#destination_socket_addressTypes::SocketAddress

Returns the value of attribute destination_socket_address.

Returns:



747
748
749
# File 'sig/types.rbs', line 747

def destination_socket_address
  @destination_socket_address
end

#destination_traffic_state"ALLOW", "DENY"

Returns the value of attribute destination_traffic_state.

Returns:



749
750
751
# File 'sig/types.rbs', line 749

def destination_traffic_state
  @destination_traffic_state
end

#endpoint_group_arn::String

Returns the value of attribute endpoint_group_arn.

Returns:



745
746
747
# File 'sig/types.rbs', line 745

def endpoint_group_arn
  @endpoint_group_arn
end

#endpoint_id::String

Returns the value of attribute endpoint_id.

Returns:



746
747
748
# File 'sig/types.rbs', line 746

def endpoint_id
  @endpoint_id
end

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

Returns the value of attribute protocols.

Returns:



748
749
750
# File 'sig/types.rbs', line 748

def protocols
  @protocols
end