Class: Aws::Types::DestinationConfigurationRequest

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)


631
632
633
# File 'sig/types.rbs', line 631

def destination_ip
  @destination_ip
end

#destination_port::Integer

Returns the value of attribute destination_port.

Returns:

  • (::Integer)


632
633
634
# File 'sig/types.rbs', line 632

def destination_port
  @destination_port
end

#interfaceTypes::InterfaceRequest

Returns the value of attribute interface.



633
634
635
# File 'sig/types.rbs', line 633

def interface
  @interface
end