Class: Aws::Types::Flow
- Inherits:
-
Object
- Object
- Aws::Types::Flow
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#age ⇒ ::Integer
Returns the value of attribute age.
-
#byte_count ⇒ ::Integer
Returns the value of attribute byte_count.
-
#destination_address ⇒ Types::Address
Returns the value of attribute destination_address.
-
#destination_port ⇒ ::String
Returns the value of attribute destination_port.
-
#packet_count ⇒ ::Integer
Returns the value of attribute packet_count.
-
#protocol ⇒ ::String
Returns the value of attribute protocol.
-
#source_address ⇒ Types::Address
Returns the value of attribute source_address.
-
#source_port ⇒ ::String
Returns the value of attribute source_port.
Instance Attribute Details
#age ⇒ ::Integer
Returns the value of attribute age.
910 911 912 |
# File 'sig/types.rbs', line 910 def age @age end |
#byte_count ⇒ ::Integer
Returns the value of attribute byte_count.
912 913 914 |
# File 'sig/types.rbs', line 912 def byte_count @byte_count end |
#destination_address ⇒ Types::Address
Returns the value of attribute destination_address.
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.
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.
911 912 913 |
# File 'sig/types.rbs', line 911 def packet_count @packet_count end |
#protocol ⇒ ::String
Returns the value of attribute protocol.
909 910 911 |
# File 'sig/types.rbs', line 909 def protocol @protocol end |
#source_address ⇒ Types::Address
Returns the value of attribute source_address.
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.
907 908 909 |
# File 'sig/types.rbs', line 907 def source_port @source_port end |