Class: Aws::Types::DestinationConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_ip::String

Returns the value of attribute destination_ip.

Returns:

  • (::String)


623
624
625
# File 'sig/types.rbs', line 623

def destination_ip
  @destination_ip
end

#destination_port::Integer

Returns the value of attribute destination_port.

Returns:

  • (::Integer)


624
625
626
# File 'sig/types.rbs', line 624

def destination_port
  @destination_port
end

#interfaceTypes::Interface

Returns the value of attribute interface.

Returns:



625
626
627
# File 'sig/types.rbs', line 625

def interface
  @interface
end

#outbound_ip::String

Returns the value of attribute outbound_ip.

Returns:

  • (::String)


626
627
628
# File 'sig/types.rbs', line 626

def outbound_ip
  @outbound_ip
end