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)


910
911
912
# File 'sig/types.rbs', line 910

def age
  @age
end

#byte_count::Integer

Returns the value of attribute byte_count.

Returns:

  • (::Integer)


912
913
914
# File 'sig/types.rbs', line 912

def byte_count
  @byte_count
end

#destination_addressTypes::Address

Returns the value of attribute destination_address.

Returns:



906
907
908
# File 'sig/types.rbs', line 906

def destination_address
  @destination_address
end

#destination_port::String

Returns the value of attribute destination_port.

Returns:

  • (::String)


908
909
910
# File 'sig/types.rbs', line 908

def destination_port
  @destination_port
end

#packet_count::Integer

Returns the value of attribute packet_count.

Returns:

  • (::Integer)


911
912
913
# File 'sig/types.rbs', line 911

def packet_count
  @packet_count
end

#protocol::String

Returns the value of attribute protocol.

Returns:

  • (::String)


909
910
911
# File 'sig/types.rbs', line 909

def protocol
  @protocol
end

#source_addressTypes::Address

Returns the value of attribute source_address.

Returns:



905
906
907
# File 'sig/types.rbs', line 905

def source_address
  @source_address
end

#source_port::String

Returns the value of attribute source_port.

Returns:

  • (::String)


907
908
909
# File 'sig/types.rbs', line 907

def source_port
  @source_port
end