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.
901 902 903 |
# File 'sig/types.rbs', line 901 def age @age end |
#byte_count ⇒ ::Integer
Returns the value of attribute byte_count.
903 904 905 |
# File 'sig/types.rbs', line 903 def byte_count @byte_count end |
#destination_address ⇒ Types::Address
Returns the value of attribute destination_address.
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.
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.
902 903 904 |
# File 'sig/types.rbs', line 902 def packet_count @packet_count end |
#protocol ⇒ ::String
Returns the value of attribute protocol.
900 901 902 |
# File 'sig/types.rbs', line 900 def protocol @protocol end |
#source_address ⇒ Types::Address
Returns the value of attribute source_address.
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.
898 899 900 |
# File 'sig/types.rbs', line 898 def source_port @source_port end |