Class: Aws::Types::NetworkHeader

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#destinationTypes::NetworkPathComponentDetails

Returns the value of attribute destination.

Returns:



6663
6664
6665
# File 'sig/types.rbs', line 6663

def destination
  @destination
end

#protocol::String

Returns the value of attribute protocol.

Returns:



6662
6663
6664
# File 'sig/types.rbs', line 6662

def protocol
  @protocol
end

#sourceTypes::NetworkPathComponentDetails

Returns the value of attribute source.

Returns:



6664
6665
6666
# File 'sig/types.rbs', line 6664

def source
  @source
end