Class: Aws::Types::DestinationPortMapping

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accelerator_arn::String

Returns the value of attribute accelerator_arn.

Returns:

  • (::String)


465
466
467
# File 'sig/types.rbs', line 465

def accelerator_arn
  @accelerator_arn
end

#accelerator_socket_addresses::Array[Types::SocketAddress]

Returns the value of attribute accelerator_socket_addresses.

Returns:



466
467
468
# File 'sig/types.rbs', line 466

def accelerator_socket_addresses
  @accelerator_socket_addresses
end

#destination_socket_addressTypes::SocketAddress

Returns the value of attribute destination_socket_address.



470
471
472
# File 'sig/types.rbs', line 470

def destination_socket_address
  @destination_socket_address
end

#destination_traffic_state"ALLOW", "DENY"

Returns the value of attribute destination_traffic_state.

Returns:

  • ("ALLOW", "DENY")


472
473
474
# File 'sig/types.rbs', line 472

def destination_traffic_state
  @destination_traffic_state
end

#endpoint_group_arn::String

Returns the value of attribute endpoint_group_arn.

Returns:

  • (::String)


467
468
469
# File 'sig/types.rbs', line 467

def endpoint_group_arn
  @endpoint_group_arn
end

#endpoint_group_region::String

Returns the value of attribute endpoint_group_region.

Returns:

  • (::String)


469
470
471
# File 'sig/types.rbs', line 469

def endpoint_group_region
  @endpoint_group_region
end

#endpoint_id::String

Returns the value of attribute endpoint_id.

Returns:

  • (::String)


468
469
470
# File 'sig/types.rbs', line 468

def endpoint_id
  @endpoint_id
end

#ip_address_type"IPV4", "DUAL_STACK"

Returns the value of attribute ip_address_type.

Returns:

  • ("IPV4", "DUAL_STACK")


471
472
473
# File 'sig/types.rbs', line 471

def ip_address_type
  @ip_address_type
end