Class: Aws::Types::Flow

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#age::Integer

Returns the value of attribute age.

Returns:

  • (::Integer)


901
902
903
# File 'sig/types.rbs', line 901

def age
  @age
end

#byte_count::Integer

Returns the value of attribute byte_count.

Returns:

  • (::Integer)


903
904
905
# File 'sig/types.rbs', line 903

def byte_count
  @byte_count
end

#destination_addressTypes::Address

Returns the value of attribute destination_address.

Returns:



897
898
899
# File 'sig/types.rbs', line 897

def destination_address
  @destination_address
end

#destination_port::String

Returns the value of attribute destination_port.

Returns:

  • (::String)


899
900
901
# File 'sig/types.rbs', line 899

def destination_port
  @destination_port
end

#packet_count::Integer

Returns the value of attribute packet_count.

Returns:

  • (::Integer)


902
903
904
# File 'sig/types.rbs', line 902

def packet_count
  @packet_count
end

#protocol::String

Returns the value of attribute protocol.

Returns:

  • (::String)


900
901
902
# File 'sig/types.rbs', line 900

def protocol
  @protocol
end

#source_addressTypes::Address

Returns the value of attribute source_address.

Returns:



896
897
898
# File 'sig/types.rbs', line 896

def source_address
  @source_address
end

#source_port::String

Returns the value of attribute source_port.

Returns:

  • (::String)


898
899
900
# File 'sig/types.rbs', line 898

def source_port
  @source_port
end